From 9b24b4414d4a6a322ef88ff9042039421c6fd2a2 Mon Sep 17 00:00:00 2001 From: Madison Date: Wed, 9 Jul 2025 20:37:47 -0500 Subject: [PATCH] Remove unused async --- docs/src/app/docs/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/app/docs/layout.tsx b/docs/src/app/docs/layout.tsx index f45268423..51369009e 100644 --- a/docs/src/app/docs/layout.tsx +++ b/docs/src/app/docs/layout.tsx @@ -5,7 +5,7 @@ import { source } from 'lib/source'; import type { ReactNode } from 'react'; import './custom-docs-styles.css'; -export default async function DocsLayout({ children }: { children: ReactNode }) { +export default function DocsLayout({ children }: { children: ReactNode }) { return (