import { useT } from '../lib/i18n/I18nContext'; interface RouteLoadingScreenProps { label?: string; } const RouteLoadingScreen = ({ label }: RouteLoadingScreenProps) => { const { t } = useT(); return (