Skip to content

Commit 2b8febf

Browse files
committed
chore: fix build
1 parent 53bdbeb commit 2b8febf

File tree

1 file changed

+0
-1
lines changed
  • src/components/pages/pricing/hero/card

1 file changed

+0
-1
lines changed

src/components/pages/pricing/hero/card/card.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { EVENTS } from '@/lib/events';
66

77
type CardProps = {
88
planTitle: keyof typeof COLORS;
9-
image: string;
109
price: string | number;
1110
description: string;
1211
buttonText: string;

0 commit comments

Comments
 (0)