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