From 696c6757184398682a4166e7d977055fbd64dc85 Mon Sep 17 00:00:00 2001 From: Morgan Dean Date: Sat, 16 Aug 2025 20:52:57 +0200 Subject: [PATCH] Fix issue with search not working --- docs/src/app/layout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/app/layout.tsx b/docs/src/app/layout.tsx index 74da946a..2fdc4fea 100644 --- a/docs/src/app/layout.tsx +++ b/docs/src/app/layout.tsx @@ -14,7 +14,9 @@ export default function Layout({ children }: { children: ReactNode }) { - {children} + + {children} + );