chore: update nuxt-graphql

This commit is contained in:
2026-01-21 20:37:15 -05:00
parent 341b0d6e9d
commit cdcb09e24b
6 changed files with 329 additions and 328 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { LayoutContainedFragment } from "#graphql/fragments";
import type { LayoutContainedFragment } from "#graphql/operations";
import { tv, type VariantProps } from "tailwind-variants";
const props = defineProps<LayoutContainedFragment>();