Skip to content

Commit 5bcbb5e

Browse files
committed
Remove react scans script
1 parent a0cb28e commit 5bcbb5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/layout.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export default function RootLayout({ children }) {
99
return (
1010
<html lang="en">
1111
<head>
12-
{/* import this BEFORE any scripts */}
13-
<script src="https://unpkg.com/react-scan/dist/auto.global.js"></script>
1412
<link rel="icon" type="image/svg+xml" href="/assets/icon.png" />
1513
</head>
1614
<body>{children}</body>

0 commit comments

Comments
 (0)