Skip to content
Snippets Groups Projects

feat(layout): add front-end application skeleton

Closed Mihail Dunaev requested to merge 59 into master
Files
15
@@ -3,7 +3,7 @@ import { Link } from 'react-router-dom'
import { AppBar } from '@pubsweet/ui'
const ElifeApp = ({ children }) => (
const App = ({ children }) => (
<div>
<AppBar
brand="eLife"
@@ -17,4 +17,4 @@ const ElifeApp = ({ children }) => (
</div>
)
export default ElifeApp
export default App