Skip to content

Commit 11d1b95

Browse files
Organizing
1 parent bd15609 commit 11d1b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/VColorField.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,14 @@ import {
221221
TextFieldProperties,
222222
VuetifyDefaults,
223223
} from '@/plugin/types';
224+
import type { VCard } from 'vuetify/components';
224225
import { useConvertToUnit } from '@composables/helpers';
225226
import {
226227
useCardClasses,
227228
useTextFieldClasses,
228229
} from '@composables/classes';
229230
import ColorPickerIcon from '@components/ColorPickerIcon.vue';
230231
import PipComponent from '@components/PipComponent.vue';
231-
import type { VCard } from 'vuetify/components';
232232
import { onClickOutside } from '@vueuse/core';
233233
import { globalOptions } from './';
234234

0 commit comments

Comments
 (0)