diff --git a/src/index.tsx b/src/index.tsx index 00e07b0..da8c96b 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2,7 +2,7 @@ import React from "react"; import { render } from "react-dom"; import { Provider } from "react-redux"; import { PersistGate } from "redux-persist/integration/react"; -import store, { persistor } from "./redux/store"; +import { store, persistor } from "./redux/store"; import App from "./App";