Added the files.
This commit is contained in:
commit
38ccdcbfe5
124 changed files with 32079 additions and 0 deletions
13
client/src/App.js
Normal file
13
client/src/App.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
import React, { Component } from 'react'
|
||||
import App from 'base-shell/lib'
|
||||
import MUIConfig from 'material-ui-shell/lib'
|
||||
import merge from 'base-shell/lib/utils/config'
|
||||
import _config from './config'
|
||||
|
||||
const config = merge(MUIConfig, _config)
|
||||
|
||||
export default class Demo extends Component {
|
||||
render() {
|
||||
return <App config={config} />
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue