import type { Metadata } from 'next'; import './globals.css'; export const metadata: Metadata = { title: 'پنل ادمین', alternates: { canonical: '/', languages: { 'fa-IR': '/', }, }, }; export default function RootLayout({ children, }: { children: React.ReactNode; }) { return ( {/* Apply the saved/system theme before paint to avoid a flash of the wrong theme */}