mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-05 21:20:08 +00:00
fix: remove pwa deps
This commit is contained in:
@@ -6,7 +6,6 @@ import Server from "./pages/Server";
|
||||
import ServerDetail from "./pages/ServerDetail";
|
||||
import NotFound from "./pages/NotFound";
|
||||
import ErrorPage from "./pages/ErrorPage";
|
||||
import ReloadPrompt from "./components/ReloadPrompt";
|
||||
|
||||
const App: React.FC = () => {
|
||||
return (
|
||||
@@ -21,7 +20,6 @@ const App: React.FC = () => {
|
||||
<Route path="*" element={<NotFound />} />
|
||||
</Routes>
|
||||
<Footer />
|
||||
<ReloadPrompt />
|
||||
</main>
|
||||
</div>
|
||||
</Router>
|
||||
|
||||
Reference in New Issue
Block a user