glitch-soc/app/javascript/flavours/glitch/store/index.ts
Renaud Chaput 6fb5fafd28 [Glitch] Convert actions/account_notes into Typescript
Port bd06c13204 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-12-03 13:19:10 +01:00

9 lines
195 B
TypeScript

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