import { clsx } from 'clsx' import { useLocalize } from '../../../context/localize' import styles from './EmptyMessage.module.scss' export const EmptyMessage = () => { const { t } = useLocalize() return (