vision-agent / components /ui /ImageLoader.tsx
MingruiZhang's picture
Minor things: revalidate cache, table css, card title (#16)
973f0d8 unverified
raw
history blame
284 Bytes
// 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;