From 928edee90f4a35eea20d581e093b002be04e9b47 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sat, 6 Jan 2018 13:16:31 +0100 Subject: Move LandingPage.js to component/page/Index.js --- src/client/react/LandingPage.js | 15 --------------- 1 file changed, 15 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 24e0078..0000000 --- a/src/client/react/LandingPage.js +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react'; -import PropTypes from 'prop-types'; -import Search from './components/container/Search'; - -const App = ({ location }) => ( -
- -
-); - -App.propTypes = { - location: PropTypes.object.isRequired, -}; - -export default App; -- cgit v1.1