mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 09:48:11 +08:00
type reducer store
This commit is contained in:
@@ -63,4 +63,6 @@ const Reducer = undoable(
|
||||
|
||||
const store = createStore(Reducer, applyMiddleware(thunk, annoMatrixGC));
|
||||
|
||||
export type RootState = ReturnType<typeof store.getState>;
|
||||
|
||||
export default store;
|
||||
|
||||
Reference in New Issue
Block a user