Skip to content

Commit 99c134c

Browse files
committed
chore: remove unless var
1 parent fb65991 commit 99c134c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/input/OTP/OTPInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Input from '../Input';
2-
import { PropType, computed, defineComponent, nextTick, shallowRef } from 'vue';
2+
import { PropType, computed, defineComponent, shallowRef } from 'vue';
33
import inputProps from '../inputProps';
44
import omit from '../../_util/omit';
55
import { type ChangeEventHandler } from '../../_util/EventInterface';

0 commit comments

Comments
 (0)