Dispatcharr/frontend/src/components/Navigation.js
2025-03-03 18:42:06 -06:00

11 lines
No EOL
180 B
JavaScript

// ...existing imports...
const menuItems = [
// existing items go here,
{
key: 'proxy',
label: 'Proxy Manager',
icon: <ApiOutlined />,
path: '/proxy',
},
];