Frontend migration
This commit is contained in:
17
frontend/constant/Constant.ts
Normal file
17
frontend/constant/Constant.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export const navLinks = [
|
||||
{
|
||||
id: 1,
|
||||
url: '/',
|
||||
label: 'Start',
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
url: '/about',
|
||||
label: 'Über Uns',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
url: '/services',
|
||||
label: 'Leistungen',
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user