Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
test(composables): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jan 10, 2021
1 parent 92a3a56 commit 571f6af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/composables/useInputEvents.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { FieldControl, TextField, Validator } from '@/core/factories';
import { required } from '@/core/utils/validators';
import { FieldControl, TextField } from '@/core/factories';
import { useInputEvents } from './useInputEvents';

describe('UseInputEvents', () => {
Expand Down

0 comments on commit 571f6af

Please sign in to comment.