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 0ee993b commit 5b5f792Copy full SHA for 5b5f792
docs/router/framework/react/quick-start.md
@@ -92,7 +92,7 @@ const RootLayout = () => (
92
</>
93
)
94
95
-export const Route = createRootRoute({ component: RootLayout });
+export const Route = createRootRoute({ component: RootLayout })
96
```
97
98
#### `src/routes/index.tsx`
0 commit comments