Skip to content

Commit a2a2323

Browse files
committed
del; re-scan
1 parent 5102bf4 commit a2a2323

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/dashboard/app/layout.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import "./globals.css";
33
import { Databuddy } from "@databuddy/sdk/react";
44
import type { Metadata, Viewport } from "next";
55
import { Geist, Geist_Mono } from "next/font/google";
6-
import Script from "next/script";
76
import { Toaster } from "@/components/ui/sonner";
87
import Providers from "./providers";
98

@@ -115,10 +114,6 @@ export default function RootLayout({
115114
lang="en"
116115
suppressHydrationWarning
117116
>
118-
<Script
119-
crossOrigin="anonymous"
120-
src="//unpkg.com/react-scan/dist/auto.global.js"
121-
/>
122117
<Databuddy
123118
apiUrl={
124119
isLocalhost ? "http://localhost:4000" : "https://basket.databuddy.cc"

0 commit comments

Comments
 (0)