refactor: pwa prompt modal

This commit is contained in:
zerosoul
2022-05-12 14:18:36 +08:00
parent 07a01cd6bb
commit 0a6c1c6b42
4 changed files with 47 additions and 18 deletions
-2
View File
@@ -23,7 +23,6 @@ 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 {
@@ -129,7 +128,6 @@ export default function ReduxRoutes() {
// };
return (
<Provider store={store}>
<Manifest />
<Meta />
<PageRoutes />
</Provider>