From 1b8cc8e80ac0b4e2e0fe914a81e72646cf488201 Mon Sep 17 00:00:00 2001 From: David Colon <38386583+Da-Colon@users.noreply.github.com> Date: Wed, 28 Feb 2024 23:21:44 -0500 Subject: [PATCH] re-add 'use client' flag speeds up load --- app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/layout.tsx b/app/layout.tsx index 51970ce0bf..4b450a089d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,3 +1,4 @@ +'use client'; import 'i18next'; import { ReactNode } from 'react'; import { APP_NAME } from '../src/constants/common';