website refactor
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { DashboardLayoutWrapper } from '@/ui/DashboardLayoutWrapper';
|
||||
|
||||
export default function DashboardLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return <DashboardLayoutWrapper>{children}</DashboardLayoutWrapper>;
|
||||
}
|
||||
return <>{children}</>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user