From e0b0b2f976c61225a178c7715caf2656a1f6741f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 15 Dec 2018 21:32:51 +0100 Subject: moving stuff --- scraper/client/app.js | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 scraper/client/app.js (limited to 'scraper/client/app.js') diff --git a/scraper/client/app.js b/scraper/client/app.js deleted file mode 100644 index 6c008ec6..00000000 --- a/scraper/client/app.js +++ /dev/null @@ -1,46 +0,0 @@ -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