mirror of
https://github.com/funamitech/mastodon
synced 2024-11-24 07:06:34 +09:00
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
export { store } from './store';
|
|
export type { GetState, AppDispatch, RootState } from './store';
|
|
|
|
export {
|
|
createAppAsyncThunk,
|
|
useAppDispatch,
|
|
useAppSelector,
|
|
} from './typed_functions';
|