chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
import { useExpose } from '../composables/use-expose';
|
||||
|
||||
// Components
|
||||
import Field from '../field';
|
||||
import { Field } from '../field';
|
||||
|
||||
// Types
|
||||
import type { FieldClearTrigger } from '../field/types';
|
||||
|
||||
Reference in New Issue
Block a user