mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-27 13:03:43 +01:00
8 lines
195 B
TypeScript
8 lines
195 B
TypeScript
export { store } from './store';
|
|
export type { GetState, AppDispatch, RootState } from './store';
|
|
|
|
export {
|
|
createAppAsyncThunk,
|
|
useAppDispatch,
|
|
useAppSelector,
|
|
} from './typed_functions';
|