Merge branch 'dev'
This commit is contained in:
parent
a9fd76bf54
commit
afac614da8
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