Skip to content

Commit 400cb3f

Browse files
author
Hamed Taheri
committed
update
1 parent c71a23e commit 400cb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ import {
165165
useStore, // hook - use this in functional component and return [state,dispatch]
166166
readOnlyStore, // just return current store value in non-component functions
167167
dispatchDirectly // To access dispatch in non-component functions
168-
} from "../shared/globalStore/index";
168+
} from "../store/index";
169169
```
170170

171171
## For use in `functional Components`:

0 commit comments

Comments
 (0)