From 04f7efe6c05153cbd1613e7b0c78b3b6478ae39b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Jun 2020 20:25:23 +0200 Subject: new page form --- frontend/views/index/index.container.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'frontend/views/index/index.container.js') diff --git a/frontend/views/index/index.container.js b/frontend/views/index/index.container.js index 1e2326b..2da89cb 100644 --- a/frontend/views/index/index.container.js +++ b/frontend/views/index/index.container.js @@ -6,6 +6,7 @@ import { connect } from 'react-redux' import './index.css' import actions from '../../actions' +import { Header } from '../../common' // import * as uploadActions from './upload.actions' import GraphIndex from './containers/graph.index' @@ -18,10 +19,13 @@ class Container extends Component { } render() { return ( -
- - - +
+
+
+ + + +
) } -- cgit v1.2.3-70-g09d2