Skip to content

Commit

Permalink
change import
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Lazarev committed Sep 19, 2023
1 parent 3eafa18 commit a0fc2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ec-text-filter/ec-text-filter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import { computed } from 'vue';
import { IconName } from '../ec-icon/icon-names';
import EcInputField from '../ec-input-field/ec-input-field.vue';
import EcInputField from '../ec-input-field';
import type { InputFieldProps } from '../ec-input-field/types';
import { InputFieldType } from '../ec-input-field/types';
import type { TextFilterEvents } from './types';
Expand Down

0 comments on commit a0fc2ca

Please sign in to comment.