From b510a75b80a1baea2ba32206a57a10dcf3d37b03 Mon Sep 17 00:00:00 2001 From: Madison Date: Wed, 9 Jul 2025 20:42:20 -0500 Subject: [PATCH] Removed empty style tag --- docs/src/app/layout.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/src/app/layout.tsx b/docs/src/app/layout.tsx index ac5f0ab58..d85cbcae1 100644 --- a/docs/src/app/layout.tsx +++ b/docs/src/app/layout.tsx @@ -12,9 +12,6 @@ export default function Layout({ children }: { children: React.ReactNode }) { return ( -