update everything. use npm instead of yarn.

This commit is contained in:
Katie Thornhill 2019-11-20 00:17:07 -05:00
parent 36af7ac8f2
commit 77f81dc8b6
No known key found for this signature in database
GPG key ID: F76EDC6541A99644
7 changed files with 13 additions and 16 deletions

View file

@ -4,7 +4,6 @@ import servers from './servers'
import user from './user'
import rolePicker from './role-picker'
import roleEditor from './role-editor'
import { routerMiddleware } from 'react-router-redux'
// import roles from './roles'
const initialState = {
@ -36,7 +35,6 @@ const rootReducer = combineReducers({
appState,
servers,
user,
router: routerMiddleware,
// roles,
rolePicker,
roleEditor,