🎉 Initial Commit
This commit is contained in:
5
app/types/navlink.ts
Normal file
5
app/types/navlink.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface NavLink {
|
||||
title: string
|
||||
href: string
|
||||
icon: string
|
||||
}
|
Reference in New Issue
Block a user