Spaces:
Running
Running
// import Image from 'next/image'; | |
// import React from 'react'; | |
// type ImageLoaderProps = typeof Image; | |
// const ImageLoader: React.FC<ImageLoaderProps> = props => { | |
// const { alt, width, height } = props; | |
// return <Image alt={alt} />; | |
// }; | |
// export default ImageLoader; | |