Archived
1
0
Fork 0
This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues or pull requests.
ethanreece.com/src/components/content/global/NavItem.ts
2023-07-07 00:48:52 -05:00

4 lines
63 B
TypeScript

export interface NavItem {
text: string
link: string
}