pl-fe: Remove a global
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
d5a8a34ada
commit
32463f363a
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue