first commit
This commit is contained in:
14
ui/lib/store/index.ts
Normal file
14
ui/lib/store/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
// Store configuration
|
||||
export { store, type AppDispatch, type RootState } from "./store";
|
||||
|
||||
// Redux Provider
|
||||
export { ReduxProvider } from "./provider";
|
||||
|
||||
// Typed hooks
|
||||
export { useAppDispatch, useAppSelector } from "./hooks";
|
||||
|
||||
// App state slice
|
||||
export * from "./slices";
|
||||
|
||||
// APIs
|
||||
export * from "./apis";
|
||||
Reference in New Issue
Block a user