Skip to content

Commit

Permalink
fix: import vue helpers as type (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cysword authored Oct 3, 2024
1 parent a3469e6 commit 9934177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vue-form-builder/src/types/field.types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {type ComponentSlots} from 'vue-component-type-helpers';
import type {ComponentSlots} from 'vue-component-type-helpers';
import {type Ref, type ComputedRef, type Component, type Slots} from 'vue';
import {type UnwrapNestedRefs} from '@vue/reactivity';
import {type PromiseOr, type ReadonlyOr} from '@myparcel/ts-utils';
Expand Down

0 comments on commit 9934177

Please sign in to comment.