From 77dccd31b32ee0a9a53b2186bae231069c5ab152 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sat, 6 Jan 2018 12:11:19 +0100 Subject: Revert "Move to typescript" This reverts commit f0c8cf0e79f003514fd65a70def5820205955a77. --- src/client/react/LandingPage.tsx | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/client/react/LandingPage.tsx (limited to 'src/client/react/LandingPage.tsx') diff --git a/src/client/react/LandingPage.tsx b/src/client/react/LandingPage.tsx deleted file mode 100644 index f8bb58c..0000000 --- a/src/client/react/LandingPage.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import * as React from 'react'; -import Search from './components/container/Search'; - -const App = () => ( -
- -
-); - -export default App; -- cgit v1.1