We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c5326 commit 5b3ddebCopy full SHA for 5b3ddeb
src/context/LayoutContext.js
@@ -15,7 +15,7 @@ function layoutReducer(state, action) {
15
16
function LayoutProvider({ children }) {
17
var [state, dispatch] = React.useReducer(layoutReducer, {
18
- isSidebarOpened: false,
+ isSidebarOpened: true,
19
});
20
return (
21
<LayoutStateContext.Provider value={state}>
0 commit comments