upd: projects
Deskripsi: - membatasi akses user yang bukan anggota project No Issues
This commit is contained in:
11
src/app/(application)/project/[id]/layout.tsx
Normal file
11
src/app/(application)/project/[id]/layout.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { WrapLayoutProject } from "@/module/project";
|
||||
|
||||
export default async function Layout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<>
|
||||
<WrapLayoutProject>
|
||||
{children}
|
||||
</WrapLayoutProject>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user