We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686d53e commit afe5e27Copy full SHA for afe5e27
packages/ui/Input/TextField.tsx
@@ -1,5 +1,5 @@
1
import type { ReactNode, InputHTMLAttributes } from 'react';
2
-import { FieldBox } from 'index';
+import { FieldBox } from 'FieldBox';
3
import * as S from './style.css';
4
5
interface TextFieldProps<T> extends Omit<InputHTMLAttributes<HTMLInputElement>, 'value'> {
0 commit comments