From 05d0c7c7de315a83a03442eafc210b20221a21a7 Mon Sep 17 00:00:00 2001 From: "crawlproof[bot]" <286981042+crawlproof[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 09:51:46 +0000 Subject: [PATCH] Add CrawlProof stats tracker --- apps/web/src/app/layout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index d78a878..06ccd51 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -2,6 +2,7 @@ import type { Metadata, Viewport } from 'next'; import './globals.css'; import { ServiceWorkerRegister } from './sw-register'; import { datatypeFont } from '@/lib/datatype-font'; +import Script from "next/script"; export const metadata: Metadata = { title: 'b1dz — AI Arbitrage Terminal', @@ -48,7 +49,8 @@ export default function RootLayout({ children }: { children: React.ReactNode }) {children} - +