fix: remove pwa deps

This commit is contained in:
hamster1963
2024-12-06 23:47:27 +08:00
parent 73cc1b64b9
commit 396133893e
4 changed files with 1 additions and 81 deletions

View File

@@ -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>