feat(SW-439): import type

This commit is contained in:
Fredrik Thorsson
2024-10-15 13:05:37 +02:00
parent 4eac289722
commit f7ca40be7a

View File

@@ -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,