feat: PWA prompt
This commit is contained in:
+2
-2
@@ -23,6 +23,7 @@ import SettingPage from "./setting";
|
||||
import SettingChannelPage from "./settingChannel";
|
||||
import toast from "react-hot-toast";
|
||||
import ResourceManagement from "./resources";
|
||||
import Manifest from "../common/component/Manifest";
|
||||
|
||||
const PageRoutes = () => {
|
||||
const {
|
||||
@@ -128,10 +129,9 @@ export default function ReduxRoutes() {
|
||||
// };
|
||||
return (
|
||||
<Provider store={store}>
|
||||
{/* <PersistGate loading={null} persistor={persistStore(store)}> */}
|
||||
<Manifest />
|
||||
<Meta />
|
||||
<PageRoutes />
|
||||
{/* </PersistGate> */}
|
||||
</Provider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user