Finished in page navigation comp

This commit is contained in:
Alexis
2023-05-10 18:34:08 +02:00
parent 979c9b3359
commit 66c7ac1fca
5 changed files with 136 additions and 114 deletions

5
src/models/YrhNavItem.ts Normal file
View File

@@ -0,0 +1,5 @@
export interface MenuItem {
id: string
label: string
bannerText: string
}