Files
mastodon/app/javascript/flavours/glitch/store/index.ts
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';