From 2fb44e9ef9feef5179487d56a8a97699fa4b739e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 22 Jun 2017 00:37:03 +0200 Subject: mobile css and slight refactor --- client/components/App.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/components/App.jsx') diff --git a/client/components/App.jsx b/client/components/App.jsx index 5ab98cb..fbe4d79 100644 --- a/client/components/App.jsx +++ b/client/components/App.jsx @@ -3,7 +3,8 @@ import { isMobile } from '../util' import db from '../db' import { Link, withRouter } from 'react-router-dom' -import Scroller from './Scroller.jsx' +import Header from './Header.jsx' +import Paintings from './Paintings.jsx' import Details from './Details.jsx' import Modal from './Modal.jsx' @@ -42,8 +43,8 @@ class App extends Component { }) return (
-
Procedural Paintings by Pepper
- +
+
@@ -52,5 +53,4 @@ class App extends Component { } } - export default withRouter(App) \ No newline at end of file -- cgit v1.2.3-70-g09d2