Add article page and credits
This commit is contained in:
parent
9a5e796bb4
commit
51df9d1cf2
1 changed files with 4 additions and 0 deletions
4
src/components/content/global/NavItem.ts
Normal file
4
src/components/content/global/NavItem.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface NavItem {
|
||||
text: string
|
||||
link: string
|
||||
}
|
Reference in a new issue