Skip to content

Commit

Permalink
fix import FieldBox
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Nov 2, 2024
1 parent 686d53e commit afe5e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/Input/TextField.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ReactNode, InputHTMLAttributes } from 'react';
import { FieldBox } from 'index';
import { FieldBox } from 'FieldBox';
import * as S from './style.css';

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

0 comments on commit afe5e27

Please sign in to comment.