import getFileTypeIcon from '../utils/getFileTypeIcon.js'
type $TSFixMe = any
export default function FilePreview(props: $TSFixMe) {
const { file } = props
if (file.preview) {
return (
)
}
const { color, icon } = getFileTypeIcon(file.type)
return (