Files
masto-fe-archos/app/javascript/mastodon/store/index.ts
2023-09-11 16:09:22 +02:00

9 lines
195 B
TypeScript

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