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 c71a23e commit 400cb3fCopy full SHA for 400cb3f
README.md
@@ -165,7 +165,7 @@ import {
165
useStore, // hook - use this in functional component and return [state,dispatch]
166
readOnlyStore, // just return current store value in non-component functions
167
dispatchDirectly // To access dispatch in non-component functions
168
-} from "../shared/globalStore/index";
+} from "../store/index";
169
```
170
171
## For use in `functional Components`:
0 commit comments