Skip to content

Commit c84aacc

Browse files
committed
fix(input): 🐛 change import create-icon from path
1 parent c2c9d9a commit c84aacc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/input/Input.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ import {
1414
} from "../../utils";
1515
import { createComponent } from "../../utils/createComponent";
1616
import { composeEventHandlers, mergeRefs } from "../../utils/mergeRefs";
17+
import { createIcon } from "../create-icon";
18+
import { Icon } from "../icon";
1719
import { Spinner } from "../spinner";
18-
import { createIcon, Icon } from "..";
1920

2021
import { InputPrefix } from "./InputPrefix";
2122
import { InputSuffix } from "./InputSuffix";

0 commit comments

Comments
 (0)