fix(SW-219): review comments

This commit is contained in:
Chuma McPhoy
2024-09-16 08:53:44 +02:00
parent 68437356f0
commit 3151572108
2 changed files with 25 additions and 30 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
import { VariantProps } from "class-variance-authority"
import { CardProps } from "@/components/TempDesignSystem/Card/card"
import { contentCardVariants } from "@/components/TempDesignSystem/ContentCard/variants"
import { ImageVaultAsset } from "@/types/components/imageVault"
import type { CardProps } from "@/components/TempDesignSystem/Card/card"
export interface SidePeekButton {
interface SidePeekButton {
title: string
}