mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 15:48:07 +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';
|