From da138ca738d6fcd050e6a5c82195170cbbce71e6 Mon Sep 17 00:00:00 2001 From: apatil Date: Mon, 5 May 2025 17:20:37 +0100 Subject: [PATCH] Adding use client to layout.tsx --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1cad374..32b847c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,3 +1,4 @@ +'use client' /* eslint-disable @next/next/no-page-custom-font */ import type { Metadata } from "next"; import "./globals.css";