"use client";
import MultiLang from "@/components/admin/MultiLang";
export default function I18nPage() {
return <MultiLang />;
}