Add article page and credits
parent
9a5e796bb4
commit
51df9d1cf2
|
@ -0,0 +1,4 @@
|
|||
export interface NavItem {
|
||||
text: string
|
||||
link: string
|
||||
}
|
Reference in New Issue