import { useTranslations } from "@/hooks/translations"; import "./styles.css"; function NotFoundPage() { const { translate } = useTranslations(); return (
{translate("unexpected_error")}