me
/
ethanreece.com
Archived
1
0
Fork 0

Add article page and credits

main
Ethan Reece 2023-06-09 15:11:19 -05:00
parent 9a5e796bb4
commit 51df9d1cf2
Signed by: me
GPG Key ID: D3993665FF92E1C3
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
export interface NavItem {
text: string
link: string
}