Skip to content

Commit

Permalink
fix: icon imports
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Jan 13, 2025
1 parent 843d0b4 commit 2987c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/icon-elements/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
import React from "react";

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

const makeIconClassName = makeClassName("Icon");
Expand Down
1 change: 1 addition & 0 deletions src/components/input-elements/Textarea/Textarea.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"use client";

import { getSelectButtonColors, hasValue } from "components/input-elements/selectUtils";
import { useInternalState } from "hooks";

Expand Down

0 comments on commit 2987c43

Please sign in to comment.