Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
yuler committed Oct 11, 2023
1 parent 29b9955 commit 5f43938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/p/[id]/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import type { Form, FormSubmitEvent } from '@nuxt/ui/dist/runtime/types';
import { z } from 'zod';
import type { Form, FormSubmitEvent } from '@nuxt/ui/dist/runtime/types'
import { z } from 'zod'
const route = useRoute()
const id = route.params.id as string
Expand Down

0 comments on commit 5f43938

Please sign in to comment.