🎉 Initial Commit

This commit is contained in:
2025-09-18 23:50:44 +08:00
commit 773cc220e0
15 changed files with 2681 additions and 0 deletions

5
app/types/navlink.ts Normal file
View File

@@ -0,0 +1,5 @@
export interface NavLink {
title: string
href: string
icon: string
}