Skip to content

Commit 8f55012

Browse files
committed
refactor: resolve deprecation warning
1 parent 6cb34cf commit 8f55012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createStore } from 'redux'
1+
import { legacy_createStore as createStore } from 'redux'
22

33
const initialState = {
44
sidebarShow: true,

0 commit comments

Comments
 (0)