Skip to content

Commit

Permalink
chore: use explicit type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 15, 2023
1 parent 809b8d3 commit 4d52b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/components/sanity-content.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { defu } from 'defu'
import { Component, defineComponent, h, VNode } from 'vue'
import type { Component, VNode } from 'vue'
import { defineComponent, h } from 'vue'
import type {
PortableTextBlock,
ArbitraryTypedObject,
Expand Down

0 comments on commit 4d52b8d

Please sign in to comment.