docs(deps): update @nuxt/content

This commit is contained in:
Benjamin Canac
2024-06-24 11:37:34 +02:00
parent abd13f1f8f
commit f16291d290
8 changed files with 64 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { NavItem, ParsedContent } from '@nuxt/content/dist/runtime/types'
import type { NavItem, ParsedContent } from '@nuxt/content'
import type { Button } from '#ui/types'
const commandPaletteRef = ref()