refactor: reposition DashCommand component in MainLayout

This commit is contained in:
hamster1963 2025-02-01 19:52:48 +08:00
parent d715d050d2
commit 77ac6f2f44

View File

@ -17,8 +17,8 @@ export default function MainLayout({ children }: DashboardProps) {
<Header />
<AuthProtected>
<ServerDataProvider>
<DashCommand />
{children}
<DashCommand />
</ServerDataProvider>
</AuthProtected>
<Footer />