Compare commits
5 commits
ce38e34051
...
46fb582042
Author | SHA1 | Date | |
---|---|---|---|
46fb582042 | |||
e7f4a4ec57 | |||
5ccfe3753d | |||
43725faea4 | |||
6090269cd9 |
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import React from "react";
|
||||||
import { render } from "react-dom";
|
import { render } from "react-dom";
|
||||||
import { Provider } from "react-redux";
|
import { Provider } from "react-redux";
|
||||||
import { PersistGate } from "redux-persist/integration/react";
|
import { PersistGate } from "redux-persist/integration/react";
|
||||||
import store, { persistor } from "./redux/store";
|
import { store, persistor } from "./redux/store";
|
||||||
|
|
||||||
import App from "./App";
|
import App from "./App";
|
||||||
|
|
||||||
|
|
Reference in a new issue