import { t } from "@/lib/i18n/de"; export default function AppLoading() { return (
{t("aktion.laden")}
); }