fix(SW-285): add type to type imports
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user