type reducer store

This commit is contained in:
Seve Badajoz
2021-08-12 16:35:27 -07:00
parent e49ad7a433
commit 848b156828
+2
View File
@@ -63,4 +63,6 @@ const Reducer = undoable(
const store = createStore(Reducer, applyMiddleware(thunk, annoMatrixGC));
export type RootState = ReturnType<typeof store.getState>;
export default store;