Skip to content

Commit

Permalink
chore: remove gql import
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed Apr 3, 2024
1 parent 976afb5 commit a52899e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/content/[...slug].vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<script setup lang="ts">
import { ref } from "vue";
import { number, z, ZodBoolean, ZodError, ZodString } from "zod";
import { z, ZodBoolean, ZodError, ZodString } from "zod";
import { push } from "notivue";
import { GqlSetContent } from "#gql";
const errorRef = ref<{ [key: string]: string }>({});
const responseRef = ref("");
Expand Down

0 comments on commit a52899e

Please sign in to comment.