Port 17d8e2b6e3653f4743e859553288f2f885e383a9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
10 lines
216 B
TypeScript
10 lines
216 B
TypeScript
export { store } from './store';
|
|
export type { GetState, AppDispatch, RootState } from './store';
|
|
|
|
export {
|
|
createAppAsyncThunk,
|
|
createAppSelector,
|
|
useAppDispatch,
|
|
useAppSelector,
|
|
} from './typed_functions';
|