import { Changelog } from "@/components/changelog"; import Link from "next/link"; import { Button } from "@/components/ui/button"; import { ArrowLeft } from "lucide-react"; import { useTranslations } from "next-intl"; export default function ChangelogPage() { const t = useTranslations("ChangelogPage"); return (
); }