Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50bfbbddbb |
File diff suppressed because one or more lines are too long
@ -82,6 +82,11 @@ const menuAside: MenuAsideItem[] = [
|
|||||||
: icon.mdiTable ?? icon.mdiTable,
|
: icon.mdiTable ?? icon.mdiTable,
|
||||||
permissions: 'READ_STUDENTS',
|
permissions: 'READ_STUDENTS',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: '/chat',
|
||||||
|
label: 'ChatGPT',
|
||||||
|
icon: icon.mdiRobot,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: '/roles/roles-list',
|
href: '/roles/roles-list',
|
||||||
label: 'Roles',
|
label: 'Roles',
|
||||||
|
|||||||
1
frontend/src/pages/chat.tsx
Normal file
1
frontend/src/pages/chat.tsx
Normal file
@ -0,0 +1 @@
|
|||||||
|
export { default } from './chat-gpt';
|
||||||
Loading…
x
Reference in New Issue
Block a user