Skip to content

Commit 66ceafc

Browse files
committed
haha any
1 parent 53d8c54 commit 66ceafc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/docs/components/landing/card.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import type { IconProps } from '@phosphor-icons/react';
2-
import type React from 'react';
32
import { cn } from '@/lib/utils';
43
import { GridPatternBg } from './grid-pattern';
54

65
interface GridCard {
76
title: string;
87
description: string;
9-
icon: (props: IconProps) => React.ReactElement;
8+
icon: (props: IconProps) => any;
109
}
1110

1211
interface SciFiGridCardProps extends GridCard {

0 commit comments

Comments
 (0)