Skip to content

Commit 5b5f792

Browse files
ci: apply automated fixes
1 parent 0ee993b commit 5b5f792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const RootLayout = () => (
9292
</>
9393
)
9494

95-
export const Route = createRootRoute({ component: RootLayout });
95+
export const Route = createRootRoute({ component: RootLayout })
9696
```
9797

9898
#### `src/routes/index.tsx`

0 commit comments

Comments
 (0)