From 58f69c010e55ded87dd5976a61a543183e26cba9 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Wed, 13 Dec 2017 12:15:40 +0100 Subject: Add react-router to the mix --- src/client/react/LandingPage.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/client/react/LandingPage.jsx (limited to 'src/client/react/LandingPage.jsx') diff --git a/src/client/react/LandingPage.jsx b/src/client/react/LandingPage.jsx new file mode 100644 index 0000000..d79826e --- /dev/null +++ b/src/client/react/LandingPage.jsx @@ -0,0 +1,10 @@ +import React from 'react'; +import Search from './components/container/Search'; + +const App = () => ( +
+ +
+); + +export default App; -- cgit v1.1