init
This commit is contained in:
6
theme/layout/navItems.ts
Normal file
6
theme/layout/navItems.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type NavItem = [string, string];
|
||||
export type NavItems = NavItem[];
|
||||
|
||||
const navItems: NavItems = [["Home", "#top"]];
|
||||
|
||||
export default navItems;
|
||||
Reference in New Issue
Block a user