This commit is contained in:
Flatlogic Bot 2025-05-27 11:08:05 +00:00
parent f726d51828
commit 50bfbbddbb
3 changed files with 8 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -82,6 +82,11 @@ const menuAside: MenuAsideItem[] = [
: icon.mdiTable ?? icon.mdiTable,
permissions: 'READ_STUDENTS',
},
{
href: '/chat',
label: 'ChatGPT',
icon: icon.mdiRobot,
},
{
href: '/roles/roles-list',
label: 'Roles',

View File

@ -0,0 +1 @@
export { default } from './chat-gpt';