Skip to content

Commit 2987c43

Browse files
fix: icon imports
1 parent 843d0b4 commit 2987c43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/icon-elements/Icon/Icon.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
import React from "react";
33

44
import Tooltip, { useTooltip } from "components/util-elements/Tooltip/Tooltip";
5-
import { makeClassName, mergeRefs, Sizes, tremorTwMerge } from "lib";
6-
import { Color, IconVariant, Size } from "../../../lib";
5+
import { makeClassName, mergeRefs, Sizes, tremorTwMerge, Color, IconVariant, Size } from "lib";
76
import { getIconColors, iconSizes, shape, wrapperProportions } from "./styles";
87

98
const makeIconClassName = makeClassName("Icon");

src/components/input-elements/Textarea/Textarea.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"use client";
2+
23
import { getSelectButtonColors, hasValue } from "components/input-elements/selectUtils";
34
import { useInternalState } from "hooks";
45

0 commit comments

Comments
 (0)