glitch-soc/mastodon

View on GitHub
app/javascript/mastodon/store/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { store } from './store';
export type { GetState, AppDispatch, RootState } from './store';

export {
  createAppAsyncThunk,
  useAppDispatch,
  useAppSelector,
} from './typed_functions';