mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-11 03:49:21 -06:00
remove unused routes
This commit is contained in:
@@ -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 />}
|
||||
|
||||
Reference in New Issue
Block a user