We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5102bf4 commit a2a2323Copy full SHA for a2a2323
apps/dashboard/app/layout.tsx
@@ -3,7 +3,6 @@ import "./globals.css";
3
import { Databuddy } from "@databuddy/sdk/react";
4
import type { Metadata, Viewport } from "next";
5
import { Geist, Geist_Mono } from "next/font/google";
6
-import Script from "next/script";
7
import { Toaster } from "@/components/ui/sonner";
8
import Providers from "./providers";
9
@@ -115,10 +114,6 @@ export default function RootLayout({
115
114
lang="en"
116
suppressHydrationWarning
117
>
118
- <Script
119
- crossOrigin="anonymous"
120
- src="//unpkg.com/react-scan/dist/auto.global.js"
121
- />
122
<Databuddy
123
apiUrl={
124
isLocalhost ? "http://localhost:4000" : "https://basket.databuddy.cc"
0 commit comments