mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-25 09:34:16 -05:00
6fb5fafd28
Port bd06c13204
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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';
|