Skip to content

Commit eeb77d4

Browse files
render HeadContent
1 parent 5bd18df commit eeb77d4

File tree

1 file changed

+2
-0
lines changed
  • e2e/react-router/basic-file-based/src/routes

1 file changed

+2
-0
lines changed

e2e/react-router/basic-file-based/src/routes/__root.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {
2+
HeadContent,
23
Link,
34
Outlet,
45
createRootRoute,
@@ -25,6 +26,7 @@ function RootComponent() {
2526

2627
return (
2728
<>
29+
<HeadContent />
2830
<div className="flex gap-2 p-2 text-lg border-b">
2931
<button
3032
data-testid="back-button"

0 commit comments

Comments
 (0)