Migrate from old project
This commit is contained in:
17
constant/Constant.ts
Normal file
17
constant/Constant.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export const navLinks = [
|
||||
{
|
||||
id: 1,
|
||||
url: '/',
|
||||
label: 'Home',
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
url: '#',
|
||||
label: 'About Us',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
url: 'contact',
|
||||
label: 'Contact',
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user