mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-24 10:37:37 +00:00
11 lines
No EOL
180 B
JavaScript
11 lines
No EOL
180 B
JavaScript
// ...existing imports...
|
|
|
|
const menuItems = [
|
|
// existing items go here,
|
|
{
|
|
key: 'proxy',
|
|
label: 'Proxy Manager',
|
|
icon: <ApiOutlined />,
|
|
path: '/proxy',
|
|
},
|
|
]; |