diff --git a/src/components/docs/DocumentLayout.tsx b/src/components/docs/DocumentLayout.tsx index b1af32e..a121b35 100644 --- a/src/components/docs/DocumentLayout.tsx +++ b/src/components/docs/DocumentLayout.tsx @@ -2,7 +2,7 @@ export default function MdxLayout({ children }: { children: React.ReactNode }) { // Create any shared layout or styles here return
-
{children}
+
{children}
-} \ No newline at end of file +}