From 32463f363a707237fae454fab6086e64e42584be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Wed, 6 Nov 2024 20:29:58 +0100 Subject: [PATCH] pl-fe: Remove a global MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-fe/src/store.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/pl-fe/src/store.ts b/packages/pl-fe/src/store.ts index c7cd834ff..9202889d9 100644 --- a/packages/pl-fe/src/store.ts +++ b/packages/pl-fe/src/store.ts @@ -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