fix(SW-285): add type to type imports

This commit is contained in:
Chuma McPhoy
2024-09-03 10:42:45 +02:00
parent bc01fe499b
commit ca156e5b7f
2 changed files with 2 additions and 2 deletions

View File

@@ -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({

View File

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