From 72be4aa0aac4e6704f6d3fe3662eb1e00a2a74da Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Mon, 10 Apr 2023 16:54:49 +0800 Subject: [PATCH] remove unnecessary defer from script --- client/src/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/app/layout.tsx b/client/src/app/layout.tsx index 04e7f01..c972a7d 100644 --- a/client/src/app/layout.tsx +++ b/client/src/app/layout.tsx @@ -50,9 +50,8 @@ export default function RootLayout({ children }: { children: React.ReactNode })