diff --git a/examples/tuono-app/src/routes/__root.tsx b/examples/tuono-app/src/routes/__root.tsx
index b83514ea..8218e6fd 100644
--- a/examples/tuono-app/src/routes/__root.tsx
+++ b/examples/tuono-app/src/routes/__root.tsx
@@ -8,7 +8,7 @@ export default function RootRoute({ children }: RootRouteProps): JSX.Element {
return (
- {children}
+ {children}
)
diff --git a/examples/with-mdx/src/routes/__root.tsx b/examples/with-mdx/src/routes/__root.tsx
index 4225be0c..7599d3bf 100644
--- a/examples/with-mdx/src/routes/__root.tsx
+++ b/examples/with-mdx/src/routes/__root.tsx
@@ -9,7 +9,7 @@ export default function RootRoute({ children }: RootRouteProps): JSX.Element {
return (
-
+
{children}