diff --git a/frontend/src/store/index.ts b/frontend/src/store/index.ts index 0bce4f0df3..13c9454d03 100644 --- a/frontend/src/store/index.ts +++ b/frontend/src/store/index.ts @@ -40,4 +40,3 @@ export { store, persistor }; export type AppDispatch = typeof store.dispatch; export type RootState = ReturnType; -