merca y ch
This commit is contained in:
14
src/app/(app)/departments/layout.tsx
Normal file
14
src/app/(app)/departments/layout.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import DepartmentWorkspaceTabs from "@/components/layout/DepartmentWorkspaceTabs";
|
||||
|
||||
export default function DepartmentsLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<div>
|
||||
<DepartmentWorkspaceTabs />
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user