Skip to content

Commit 1362a39

Browse files
committed
no longer need scripts
1 parent 5efda43 commit 1362a39

File tree

1 file changed

+2
-0
lines changed
  • exercises/01.start/01.problem.vite-plugin/app

1 file changed

+2
-0
lines changed

exercises/01.start/01.problem.vite-plugin/app/root.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
Links,
44
Meta,
55
Outlet,
6+
// 💣 remove this Scripts import
67
Scripts,
78
ScrollRestoration,
89
} from 'react-router'
@@ -35,6 +36,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
3536
<body>
3637
{children}
3738
<ScrollRestoration />
39+
{/* 💣 remove this Scripts element */}
3840
<Scripts />
3941
</body>
4042
</html>

0 commit comments

Comments
 (0)