// @mui import Box from '@mui/material/Box'; // import Image from '../image'; // ---------------------------------------------------------------------- type Props = { imgUrl?: string; }; export default function SingleFilePreview({ imgUrl = '' }: Props) { return ( file preview ); }