diff --git a/src/store.js b/src/store.js index 7b03807..ab44636 100644 --- a/src/store.js +++ b/src/store.js @@ -1,7 +1,7 @@ import { createStore } from 'redux' const initialState = { - sidebarShow: false, + sidebarShow: true, } const changeState = (state = initialState, { type, ...rest }) => {