import { useTranslation } from "react-i18next"; import { Link } from "react-router-dom"; export function WelcomeScreen() { const { t } = useTranslation(); return (
{t("welcome.title")}
{t("welcome.footer")}{" "} here