Compare commits
No commits in common. "46fb5820423352f6275debe17f043004a1905c39" and "ce38e34051fae21f64c2570aa8dae356044c8291" have entirely different histories.
46fb582042
...
ce38e34051
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Reference in a new issue