From 2711f5181fe1b1565c2cdb9590f8a82cb54fc463 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Mon, 3 Mar 2025 18:42:06 -0600 Subject: [PATCH] Fixed a couple errors. --- frontend/src/components/Navigation.js | 2 +- frontend/src/routes.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Navigation.js b/frontend/src/components/Navigation.js index 29fbc028..21a4337d 100644 --- a/frontend/src/components/Navigation.js +++ b/frontend/src/components/Navigation.js @@ -1,7 +1,7 @@ // ...existing imports... const menuItems = [ - ...existing items..., + // existing items go here, { key: 'proxy', label: 'Proxy Manager', diff --git a/frontend/src/routes.js b/frontend/src/routes.js index 1de363cf..93fadefe 100644 --- a/frontend/src/routes.js +++ b/frontend/src/routes.js @@ -3,7 +3,7 @@ import ProxyManager from './components/ProxyManager'; // ...existing code... const routes = [ - ...existing routes..., + ...existingRoutes, { path: '/proxy', element: ,