diff --git a/components/Home/components/Section/components/SectionDatasets/components/Datasets/components/Cards/cards.tsx b/components/Home/components/Section/components/SectionDatasets/components/Datasets/components/Cards/cards.tsx index 1854abda5..443aee06a 100644 --- a/components/Home/components/Section/components/SectionDatasets/components/Datasets/components/Cards/cards.tsx +++ b/components/Home/components/Section/components/SectionDatasets/components/Datasets/components/Cards/cards.tsx @@ -2,10 +2,7 @@ import { CardSecondaryText } from "@databiosphere/findable-ui/lib/components/com import { CardTitle } from "@databiosphere/findable-ui/lib/components/common/Card/components/CardTitle/cardTitle"; import { ForwardArrowIcon } from "@databiosphere/findable-ui/lib/components/common/CustomIcon/components/ForwardArrowIcon/forwardArrowIcon"; import { RoundedPaper } from "@databiosphere/findable-ui/lib/components/common/Paper/paper.styles"; -import { - ANCHOR_TARGET, - REL_ATTRIBUTE, -} from "@databiosphere/findable-ui/lib/components/Links/common/entities"; +import { ANCHOR_TARGET } from "@databiosphere/findable-ui/lib/components/Links/common/entities"; import { CardActionArea as MCardActionArea } from "@mui/material"; import { Fragment } from "react"; import { SectionCardWithLink } from "../../../../../../../../common/entities"; @@ -23,7 +20,6 @@ export const Cards = ({ cards }: CardsProps): JSX.Element => {