fix: defining-routes.mdx

This commit is contained in:
Valerio Ageno
2024-12-10 08:22:03 +01:00
committed by GitHub
parent 10bb7b1cca
commit 704255774d
@@ -71,7 +71,7 @@ export default function RootLayout({ children }) {
### Layout component for specific routes
A file created in this location will wrap **only** the routes defined within the `src/routes/posts` folder.
A file created in this location will wrap only the routes defined within the `src/routes/posts` folder.
```tsx
// src/routes/posts/__root.tsx