♻️ Refactored some components to new UI
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import type { VNode } from "vue"
|
||||
|
||||
export interface NavLink {
|
||||
title: string
|
||||
href: string
|
||||
icon: string
|
||||
}
|
||||
title: string
|
||||
href: string
|
||||
icon: VNode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user