Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pbansal
Test-Docker
Commits
4aa846c5
Commit
4aa846c5
authored
Aug 22, 2019
by
Ian Sillitoe
Browse files
use container rather than AppBar
parent
9316536f
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/App.js
View file @
4aa846c5
...
...
@@ -2,7 +2,7 @@ import React, { Component } from 'react';
import
'
./App.css
'
;
import
CssBaseline
from
'
@material-ui/core/CssBaseline
'
;
import
AppBar
from
'
./components/AppBar.js
'
;
import
Container
from
'
@material-ui/core/Container
'
;
import
WorkFlow
from
'
./components/WorkFlow.js
'
;
class
App
extends
Component
{
...
...
@@ -10,8 +10,9 @@ class App extends Component {
return
(
<
div
className
=
"
App
"
>
<
CssBaseline
/>
<
AppBar
/>
<
WorkFlow
/>
<
Container
>
<
WorkFlow
/>
<
/Container
>
<
/div
>
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment