Skip to content

Commit afe5e27

Browse files
committed
fix import FieldBox
1 parent 686d53e commit afe5e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/Input/TextField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { ReactNode, InputHTMLAttributes } from 'react';
2-
import { FieldBox } from 'index';
2+
import { FieldBox } from 'FieldBox';
33
import * as S from './style.css';
44

55
interface TextFieldProps<T> extends Omit<InputHTMLAttributes<HTMLInputElement>, 'value'> {

0 commit comments

Comments
 (0)