pl-fe: Remove a global

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-11-06 20:29:58 +01:00
parent d5a8a34ada
commit 32463f363a

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