diff --git a/src/app/dev/forum/proyek/layout.tsx b/src/app/dev/forum/proyek/layout.tsx
deleted file mode 100644
index 3a5cd8e4..00000000
--- a/src/app/dev/forum/proyek/layout.tsx
+++ /dev/null
@@ -1,19 +0,0 @@
-import ComponentColab_HeaderTamplate from "@/app_modules/colab/component/header_tamplate";
-import { AppShell } from "@mantine/core";
-import React from "react";
-
-export default async function Layout({
- children,
-}: {
- children: React.ReactNode;
-}) {
- return (
- <>
- }
- >
- {children}
-
- >
- );
-}
diff --git a/src/app/dev/forum/proyek/page.tsx b/src/app/dev/forum/proyek/page.tsx
deleted file mode 100644
index 5c08e75c..00000000
--- a/src/app/dev/forum/proyek/page.tsx
+++ /dev/null
@@ -1,9 +0,0 @@
-import { Colab_PartisipasiProyek } from "@/app_modules/colab";
-
-export default async function Page() {
- return (
- <>
-
- >
- );
-}