Skip to content

Commit

Permalink
refactor: shorten imports
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jan 10, 2024
1 parent 8b6c588 commit 0ff196b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/core/src/form/InteractiveElement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import {ref, watch} from 'vue';
import {get} from '@vueuse/core';
import {isOfType, asyncEvery} from '@myparcel/ts-utils';
import {isRequired} from '../validators/isRequired';
import {isRequired} from '../validators';
import {useDynamicWatcher} from '../utils';
import {type ToRecord} from '../types/common.types';
import {
type ToRecord,
type InteractiveElementConfiguration,
type InteractiveElementHooks,
type InteractiveElementInstance,
Expand Down

0 comments on commit 0ff196b

Please sign in to comment.