We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231eac8 commit ff5cb89Copy full SHA for ff5cb89
src/app/[language]/layout.tsx
@@ -1,3 +1,5 @@
1
+"use client"
2
+
3
import React, { useEffect } from "react";
4
import { Metadata } from "next";
5
import { DEFAULT_LANGUAGE_CODE } from "@/features/localization/localization.config";
0 commit comments