From f0c8cf0e79f003514fd65a70def5820205955a77 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 21 Dec 2017 12:06:41 +0100 Subject: Move to typescript --- src/client/react/LandingPage.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/client/react/LandingPage.js (limited to 'src/client/react/LandingPage.js') diff --git a/src/client/react/LandingPage.js b/src/client/react/LandingPage.js deleted file mode 100644 index d79826e..0000000 --- a/src/client/react/LandingPage.js +++ /dev/null @@ -1,10 +0,0 @@ -import React from 'react'; -import Search from './components/container/Search'; - -const App = () => ( -
- -
-); - -export default App; -- cgit v1.1