Finished the first release for the website

This commit is contained in:
samueloh99
2023-06-22 11:42:52 -03:00
parent 9b7e823b1f
commit 2ee9533056
39 changed files with 865 additions and 86 deletions

View File

@@ -1,6 +1,6 @@
export interface NavItem {
title: string
href?: string
href: string
disabled?: boolean
external?: boolean
}