import React from 'react' import { t } from '@/scripts/i18n' const ViewerSkeleton: React.FC = () => (

{t('general.texturePreview')}

) export default ViewerSkeleton