Skip to content

Commit 6dc478f

Browse files
committed
Remove unused import useContext
1 parent 874be8a commit 6dc478f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/Input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { HTMLProps, useContext, useState, useEffect } from 'react';
1+
import React, { HTMLProps, useState, useEffect } from 'react';
22
import classNames from 'classnames';
33
import Hint from '../hint';
44
import { useFormContext } from '../form/FormContext';

0 commit comments

Comments
 (0)