diff --git a/.playground/playground.nav.ts b/.playground/playground.nav.ts index bce874c..4c2c976 100644 --- a/.playground/playground.nav.ts +++ b/.playground/playground.nav.ts @@ -66,6 +66,7 @@ export const navSections: SidebarSection[] = [ label: 'DIVERS', icon: 'mdi:dots-horizontal', items: [ + {label: 'Heure', to: '/composant/time/time'}, {label: 'Sélecteur de site', to: '/composant/site/siteSelector'}, {label: 'Formulaire client', to: '/composant/form/client'}, ],