Skip to content

Commit

Permalink
And unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Oct 31, 2024
1 parent b423fa4 commit f299cb0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/src/components/card/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ import {
Tooltip,
StatusBadge,
} from "@nypl/design-system-react-components";
import styles from "./card.module.css";
import { headerBreakpoints } from "../../utils/breakpoints";
import { TRUNCATED_LENGTH } from "@/src/config/constants";
import ItemCardDataType from "@/src/types/ItemCardDataType";
import { CollectionCardDataType } from "../../types/CollectionCardDataType";
import { Offset } from "@/src/hooks/useTooltipOffset";
import CardImage from "./cardImage";
import { stringToSlug } from "@/src/utils/utils";
export interface DCCardProps {
tooltipOffset?: Offset;
Expand Down
1 change: 0 additions & 1 deletion app/src/components/grids/cardsGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { ItemCardModel } from "@/src/models/itemCard";
import { SimpleGrid as DCSimpleGrid } from "../simpleGrid/simpleGrid";
import { Card as DCCard } from "../card/card";
import { useTooltipOffset } from "@/src/hooks/useTooltipOffset";
import { useCardImageHeight } from "@/src/hooks/useCardImageHeight";

interface CardsGridProps {
records: CollectionDataType[] | ItemDataType[];
Expand Down
1 change: 0 additions & 1 deletion app/src/components/lane/lane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import ItemDataType from "@/src/types/ItemDataType";
import useBreakpoints from "@/src/hooks/useBreakpoints";
import { useTooltipOffset } from "@/src/hooks/useTooltipOffset";
import { isCollectionType } from "@/src/utils/utils";
import { useCardImageHeight } from "@/src/hooks/useCardImageHeight";

interface LaneProps {
seeMoreLink: string;
Expand Down

0 comments on commit f299cb0

Please sign in to comment.