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