From 0b50c9ac2f5cc0c244784dc26f2a553df15cbdd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 11 Jun 2026 18:45:56 +0400 Subject: [PATCH] fix: change plausible implementation --- app/layout.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/layout.js b/app/layout.js index 2d94a99..4bd7ed0 100644 --- a/app/layout.js +++ b/app/layout.js @@ -1,4 +1,3 @@ -import Script from 'next/script' import TopLoader from '../components/top-loader' import Navigasyon from '../components/navigasyon' import ThemeRegistry from './theme-registy' @@ -55,11 +54,10 @@ export default async function RootLayout({children}) { return ( -