sparkletown/sparkle

View on GitHub
src/store/index.ts

Summary

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

export type { RootActions } from "./actions";