frontend-rw #1

Merged
marcin merged 347 commits from frontend-rw into develop 2024-12-05 15:32:18 -08:00
Showing only changes of commit 32463f363a - Show all commits

View file

@ -15,8 +15,6 @@ const store = configureStore({
devTools: true,
});
(window as any).store = store;
type Store = typeof store;
// Infer the `RootState` and `AppDispatch` types from the store itself