From 77ac6f2f442e8d983bf8fa794b7c9a2923a219f4 Mon Sep 17 00:00:00 2001
From: hamster1963 <1410514192@qq.com>
Date: Sat, 1 Feb 2025 19:52:48 +0800
Subject: [PATCH] refactor: reposition DashCommand component in MainLayout
---
app/(main)/layout.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/(main)/layout.tsx b/app/(main)/layout.tsx
index 268b082..16b8f6c 100644
--- a/app/(main)/layout.tsx
+++ b/app/(main)/layout.tsx
@@ -17,8 +17,8 @@ export default function MainLayout({ children }: DashboardProps) {
-
{children}
+