feat: ajouter la page de chat et configurer les routes associées

This commit is contained in:
2025-12-18 22:47:11 +01:00
parent 4bbf401636
commit ab0ad65d5e
5 changed files with 38 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ interface Nav {
export const navs: readonly Nav[] = [
{ label: { en: 'home', fr: 'accueil', es: 'inicio' }, to: '/', icon: 'house-duotone' },
{ label: { en: 'chat', fr: 'chat', es: 'chat' }, to: '/', icon: 'chat-circle-dots-duotone' },
{ label: { en: 'chat', fr: 'chat', es: 'chat' }, to: '/chat', icon: 'chat-circle-dots-duotone' },
{
label: { en: 'resume', fr: 'cv', es: 'currículum' },
icon: 'address-book-duotone',