feat: add react routing
This commit is contained in:
9
src/app/store.ts
Normal file
9
src/app/store.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { configureStore } from '@reduxjs/toolkit';
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: {
|
||||
},
|
||||
});
|
||||
|
||||
export type RootState = ReturnType<typeof store.getState>;
|
||||
export type AppDispatch = typeof store.dispatch;
|
||||
Reference in New Issue
Block a user