pl-fe: Remove a global
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user