From 392ea8d0ba2fdc713ae156517b0575e8219b9f1c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 13 Feb 2019 13:58:11 +0100 Subject: adding geocode client --- scraper/client/app.js | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 scraper/client/app.js (limited to 'scraper/client/app.js') diff --git a/scraper/client/app.js b/scraper/client/app.js new file mode 100644 index 00000000..a115041b --- /dev/null +++ b/scraper/client/app.js @@ -0,0 +1,47 @@ +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