You've already forked obsidian-visualiser
New logo, starting account handling
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
interface NavItem {
|
||||
title: string
|
||||
_path: string
|
||||
_id?: string
|
||||
_draft?: boolean
|
||||
children?: NavItem[]
|
||||
}
|
||||
import type { NavItem } from '@nuxt/content';
|
||||
|
||||
interface Props {
|
||||
link: NavItem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user