diff --git a/src/components/Image.tsx b/src/components/Image.tsx index 192cddf..fc1a621 100644 --- a/src/components/Image.tsx +++ b/src/components/Image.tsx @@ -1,6 +1,6 @@ export type ImageProps = { - key?: string; + key?: string | number; className?: string; src: string; alt: string;