diff --git a/components/Content/Blocks/CardsGrid/index.tsx b/components/Content/Blocks/CardsGrid/index.tsx index 2eb4b9b4e..ca6a86df1 100644 --- a/components/Content/Blocks/CardsGrid/index.tsx +++ b/components/Content/Blocks/CardsGrid/index.tsx @@ -4,7 +4,7 @@ import Card from "@/components/TempDesignSystem/Card" import Grids from "@/components/TempDesignSystem/Grids" import LoyaltyCard from "@/components/TempDesignSystem/LoyaltyCard" -import { CardsGridProps } from "@/types/components/content/blocks" +import type { CardsGridProps } from "@/types/components/content/blocks" import { CardsGridEnum } from "@/types/components/content/enums" export default function CardsGrid({ diff --git a/components/Content/Sidebar/index.tsx b/components/Content/Sidebar/index.tsx index 630ef17ca..ff2df53bb 100644 --- a/components/Content/Sidebar/index.tsx +++ b/components/Content/Sidebar/index.tsx @@ -9,7 +9,7 @@ import { SidebarDynamicComponentEnum, SidebarTypenameEnum, } from "@/types/components/content/enums" -import { SidebarProps } from "@/types/components/content/sidebar" +import type { SidebarProps } from "@/types/components/content/sidebar" export default function SidebarLoyalty({ blocks }: SidebarProps) { return (