1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-13 14:18:28 +09:00
whippy-edition/app/javascript/mastodon/store/index.ts

9 lines
195 B
TypeScript

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