restructured and clean up
This commit is contained in:
@@ -8,7 +8,7 @@ export const ImageWithFallback = memo(function ImageWithFallback({
|
||||
fill,
|
||||
className,
|
||||
}: {
|
||||
src: any;
|
||||
src: string;
|
||||
alt: string;
|
||||
fill: boolean;
|
||||
className: string;
|
||||
|
||||
Reference in New Issue
Block a user