1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-25 00:53:08 -05:00

9 lines
195 B
TypeScript

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