diff --git a/app/layout.tsx b/app/layout.tsx index f76e561..07f110b 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,6 +1,7 @@ import type { Metadata, Viewport } from "next"; import { Cormorant_Garamond, Inter } from "next/font/google"; import { Analytics } from "@/components/Analytics"; +import { I18nProvider } from "@/lib/i18n/client"; import "./globals.css"; // Editorial fonts: drive tailwind `font-serif`/`font-sans` via @@ -53,7 +54,7 @@ export default function RootLayout({ />
- {children} +