From aa0470a3076f5ac65a0311c76e58254547f3eae0 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 3 Nov 2018 17:29:49 +0100 Subject: begin client --- client/app.js | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 client/app.js (limited to 'client/app.js') diff --git a/client/app.js b/client/app.js new file mode 100644 index 00000000..6c008ec6 --- /dev/null +++ b/client/app.js @@ -0,0 +1,46 @@ +import React, { Component } from 'react' +import { ConnectedRouter } from 'connected-react-router' +import { Route, Switch } from 'react-router' + +import { Header, Sidebar, Footer } from './common' +import * as Metadata from './metadata' +import * as Search from './search' +import * as Review from './review' + +export default class App extends Component { + render() { + return ( + +
+
+
+ +
+ + + + + + + + + + + + +

NOT FOUND

} /> + + + + + + +
+
+
+
+
+ ) + } +} -- cgit v1.2.3-70-g09d2