Eugen Rochko 4045c0e241 [Glitch] Refactor context reducer to TypeScript
Port 17d8e2b6e3653f4743e859553288f2f885e383a9 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2025-05-03 17:53:35 +02:00

10 lines
216 B
TypeScript

export { store } from './store';
export type { GetState, AppDispatch, RootState } from './store';
export {
createAppAsyncThunk,
createAppSelector,
useAppDispatch,
useAppSelector,
} from './typed_functions';