diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-12-14 18:54:00 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-12-14 18:54:00 +0100 |
commit | 569b2969d530f08e55798c5cb3079948c7c037cd (patch) | |
tree | f90c5c524f1d3536a1f6ab665a7350739f590b7a /src/client/react/LandingPage.jsx | |
parent | 8e9d5e98793f7594a8a1a1b5956163eca6795164 (diff) |
Use .js extention instead of .jsx
Diffstat (limited to 'src/client/react/LandingPage.jsx')
-rw-r--r-- | src/client/react/LandingPage.jsx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/client/react/LandingPage.jsx b/src/client/react/LandingPage.jsx deleted file mode 100644 index d79826e..0000000 --- a/src/client/react/LandingPage.jsx +++ /dev/null @@ -1,10 +0,0 @@ -import React from 'react'; -import Search from './components/container/Search'; - -const App = () => ( - <div> - <Search /> - </div> -); - -export default App; |