From c0e242e8f70c685c9d3bfb2faa391bf770f50fec Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:23:45 +0530 Subject: [PATCH] Move Analytics component to render after the loading suspense and clean up script placement --- app/(root)/layout.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/(root)/layout.tsx b/app/(root)/layout.tsx index 0ce7931..0a63fe0 100644 --- a/app/(root)/layout.tsx +++ b/app/(root)/layout.tsx @@ -46,15 +46,15 @@ export default function RootLayout({ + + - - ); }