import { useTranslation } from 'react-i18next'; export default function FileTreeLoadingState() { const { t } = useTranslation(); return (
{t('fileTree.loading')}
); }