Skip to content
Snippets Groups Projects
Commit a2397955 authored by Alf Eaton's avatar Alf Eaton
Browse files

Use xpub-bootstrap

parent accd8279
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
"dist"
],
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
......@@ -17,6 +18,7 @@
"react-router-redux": "^4.0.7",
"recompose": "^0.25.0",
"redux": "^3.6.0",
"xpub-bootstrap": "^0.0.2",
"xpub-journal": "^0.0.2",
"xpub-ui": "^0.0.2"
},
......
import React from 'react'
import classnames from 'classnames'
import { compose } from 'recompose'
import { connect } from 'react-redux'
import { AppBar } from 'xpub-ui'
import { withJournal } from 'xpub-journal'
import 'xpub-bootstrap'
import classes from './App.local.scss'
const App = ({ children, currentUser, journal }) => (
<div className={classes.root}>
<div className={classnames('bootstrap', classes.root)}>
<AppBar
brandName={journal.metadata.name}
brandLink="/"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment