fix: remove unused import and clean up type definitions

This commit is contained in:
2025-12-17 10:46:37 +01:00
parent bddbdec3e7
commit 45055232f0
4 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { defineCollection, z } from '@nuxt/content'
import { defineCollection } from '@nuxt/content'
export const collections = {
main: defineCollection({