Skip to content

Commit

Permalink
fix(heatmap): update @czi-sds/components imports to relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Feb 8, 2024
1 parent de80ccc commit 406ec15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
Dropdown,
SDSAutocompleteValue,
Tag,
} from "@czi-sds/components";
} from "../../../../../../../components";
import { StyledControlPanelWrapper, StyledForm } from "./style";
import {
DataState,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
StyledHeader,
} from "./style";
import { RootState } from "../../store";
import { Button, Icon, Tag, Tooltip } from "@czi-sds/components";
import { Button, Icon, Tag, Tooltip } from "../../../../../../../components";
import { useAppContext } from "../../store/useAppContext";

const TooltipTag = ({ label }: { label: string }) => {
Expand Down

0 comments on commit 406ec15

Please sign in to comment.