import React from 'react'; import { Link } from 'react-router-dom'; const { claim: { defaultThumbnail } } = require('../../../config/speechConfig.js'); const AssetPreview = ({ claimData: { name, claimId, fileExt, contentType, thumbnail } }) => { const directSourceLink = `${claimId}/${name}.${fileExt}`; const showUrlLink = `/${claimId}/${name}`; return (
unsupported file type
); } })()}