Added secondary menu test

This commit is contained in:
Alexis
2023-05-10 23:22:14 +02:00
parent 66c7ac1fca
commit f95e591585
5 changed files with 40 additions and 4 deletions

View File

@@ -2,4 +2,5 @@ export interface MenuItem {
id: string
label: string
bannerText: string
href?: string
}