Fixed a couple errors.

This commit is contained in:
SergeantPanda 2025-03-03 18:42:06 -06:00
parent 85e41d5def
commit 2711f5181f
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
// ...existing imports...
const menuItems = [
...existing items...,
// existing items go here,
{
key: 'proxy',
label: 'Proxy Manager',

View file

@ -3,7 +3,7 @@ import ProxyManager from './components/ProxyManager';
// ...existing code...
const routes = [
...existing routes...,
...existingRoutes,
{
path: '/proxy',
element: <ProxyManager />,