From f7ca40be7a767f2e2e849ac9ee559e3e66baee79 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Tue, 15 Oct 2024 13:05:37 +0200 Subject: [PATCH] feat(SW-439): import type --- components/Blocks/CardsGrid.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/Blocks/CardsGrid.tsx b/components/Blocks/CardsGrid.tsx index 89396b8b1..1c07b73ec 100644 --- a/components/Blocks/CardsGrid.tsx +++ b/components/Blocks/CardsGrid.tsx @@ -5,10 +5,9 @@ import Grids from "@/components/TempDesignSystem/Grids" import LoyaltyCard from "@/components/TempDesignSystem/LoyaltyCard" import TeaserCard from "@/components/TempDesignSystem/TeaserCard" -import { StackableGridProps } from "../TempDesignSystem/Grids/Stackable/stackable" - import type { CardsGridProps } from "@/types/components/blocks/cardsGrid" import { CardsGridEnum, CardsGridLayoutEnum } from "@/types/enums/cardsGrid" +import type { StackableGridProps } from "../TempDesignSystem/Grids/Stackable/stackable" export default function CardsGrid({ cards_grid,