Spaces:
Running
Running
File size: 284 Bytes
973f0d8 |
1 2 3 4 5 6 7 8 9 10 11 12 |
// 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;
|