From 8f351491f902b97d934d05a7c36a71d3cacd7077 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Fri, 27 Sep 2024 09:05:52 +0200 Subject: [PATCH] feat(SW-217): updated path --- 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 839690de8..a55e43b94 100644 --- a/components/Blocks/CardsGrid.tsx +++ b/components/Blocks/CardsGrid.tsx @@ -3,8 +3,7 @@ import SectionHeader from "@/components/Section/Header" import Card from "@/components/TempDesignSystem/Card" import Grids from "@/components/TempDesignSystem/Grids" import LoyaltyCard from "@/components/TempDesignSystem/LoyaltyCard" - -import TeaserCard from "../TempDesignSystem/TeaserCard" +import TeaserCard from "@/components/TempDesignSystem/TeaserCard" import type { CardsGridProps } from "@/types/components/blocks/cardsGrid" import { CardsGridEnum } from "@/types/enums/cardsGrid"