From ca156e5b7f848c200b792abdd83e4ee9b0b1c917 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Tue, 3 Sep 2024 10:42:45 +0200 Subject: [PATCH] fix(SW-285): add type to type imports --- components/Content/Blocks/CardsGrid/index.tsx | 2 +- components/Content/Sidebar/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 (