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