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 c2c9d9a commit c84aaccCopy full SHA for c84aacc
src/components/input/Input.tsx
@@ -14,8 +14,9 @@ import {
14
} from "../../utils";
15
import { createComponent } from "../../utils/createComponent";
16
import { composeEventHandlers, mergeRefs } from "../../utils/mergeRefs";
17
+import { createIcon } from "../create-icon";
18
+import { Icon } from "../icon";
19
import { Spinner } from "../spinner";
-import { createIcon, Icon } from "..";
20
21
import { InputPrefix } from "./InputPrefix";
22
import { InputSuffix } from "./InputSuffix";
0 commit comments