From 257c814d2d6e3b72ebff4eafaca2ea8a69e516ae Mon Sep 17 00:00:00 2001 From: Marco Pasqualetti Date: Thu, 2 Jan 2025 18:42:25 +0100 Subject: [PATCH] refactor(examples/*): remove redundant main class an main tag --- examples/tuono-app/src/routes/__root.tsx | 2 +- examples/with-mdx/src/routes/__root.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}