remove unused routes

This commit is contained in:
Alex Holliday
2025-02-12 10:25:07 -08:00
parent 45351034ea
commit bad8cee207

View File

@@ -52,8 +52,6 @@ import Settings from "../Pages/Settings";
import Maintenance from "../Pages/Maintenance";
import Wallet from "../Pages/Wallet";
import ProtectedRoute from "../Components/ProtectedRoute";
import ProtectedDistributedUptimeRoute from "../Components/ProtectedDistributedUptimeRoute";
import CreateNewMaintenanceWindow from "../Pages/Maintenance/CreateMaintenance";
@@ -269,11 +267,6 @@ const Routes = () => {
element={<DistributedUptimeStatus />}
/>
<Route
path="/wallet"
element={<Wallet />}
/>
<Route
path="*"
element={<NotFound />}