import {IllustratedMessage} from '@common/ui/images/illustrated-message'; import {ErrorIcon} from '@common/icons/material/Error'; import {Trans} from '@common/i18n/trans'; export function PageErrorMessage() { return ( } imageHeight="h-auto" title={} description={} /> ); }