feat: add IntranetServices page and services.json for external tools
This commit is contained in:
@@ -9,6 +9,7 @@ const INTRANET_LINKS = [
|
||||
{ to: '/intranet/events', label: 'Events', icon: '[E]', end: false },
|
||||
{ to: '/intranet/users', label: 'Users', icon: '[U]', end: false },
|
||||
{ to: '/intranet/moderation', label: 'Moderation', icon: '[M]', end: false },
|
||||
{ to: '/intranet/services', label: 'Services', icon: '[S]', end: false },
|
||||
];
|
||||
|
||||
export function IntranetLayout() {
|
||||
|
||||
Reference in New Issue
Block a user