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

Remove unused bootstrap scss

parent 321c7fe1
No related branches found
No related tags found
No related merge requests found
......@@ -5,17 +5,8 @@ import { reducer as formReducer } from 'redux-form'
import { createStore, combineReducers } from 'redux'
import 'xpub-fonts'
import './Wrapper.scss'
import classes from './Wrapper.local.css'
/*const Wrapper = ({ children }) => (
<Router history={createMemoryHistory()}>
<div className={classes.root}>
{children}
</div>
</Router>
)*/
const rootReducer = combineReducers({
form: formReducer
})
......@@ -30,4 +21,14 @@ const Wrapper = ({ children }) => (
</Provider>
)
/*const Wrapper = ({ children }) => (
<Provider store={store}>
<Router history={createMemoryHistory()}>
<div className={classes.root}>
{children}
</div>
</Router>
</Provider>
)*/
export default Wrapper
// TODO: variables
@import '~bootstrap-sass/assets/stylesheets/_bootstrap';
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