mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
parent
8253dbb0ad
commit
20a7323916
@ -26,8 +26,8 @@ export default class App extends PureComponent {
|
|||||||
<AuthenticationContainer history={this.props.history} />
|
<AuthenticationContainer history={this.props.history} />
|
||||||
<Layout fixedHeader>
|
<Layout fixedHeader>
|
||||||
<Header location={this.props.location} />
|
<Header location={this.props.location} />
|
||||||
<Content className="mdl-color--grey-50">
|
<Content className="mdl-color--grey-50" style={{display: 'flex', flexDirection: 'column'}}>
|
||||||
<Grid noSpacing className={styles.content}>
|
<Grid noSpacing className={styles.content} style={{flex: 1}}>
|
||||||
<Cell col={12}>
|
<Cell col={12}>
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route
|
<Route
|
||||||
|
Loading…
Reference in New Issue
Block a user