Skip to content

Commit 6e53dc2

Browse files
committed
chore: lint fix
1 parent af9d7cc commit 6e53dc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/app/components/AppHeader.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<script setup lang="ts">
22
import type { ContentNavigationItem } from '@nuxt/content'
3-
import type { NavigationMenuItem } from '@nuxt/ui'
3+
// import type { NavigationMenuItem } from '@nuxt/ui'
44
5-
const props = defineProps<{
6-
links: NavigationMenuItem[]
7-
}>()
5+
// const props = defineProps<{
6+
// links: NavigationMenuItem[]
7+
// }>()
88
99
const config = useRuntimeConfig().public
1010

0 commit comments

Comments
 (0)