upd: kegiatan atau project

Deskripsi:
- hapus file dan tambah file

NO Issues
This commit is contained in:
amel
2024-09-02 15:34:51 +08:00
parent 9ee3e0a2ff
commit 132227ae80
13 changed files with 553 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
import { AddFileDetailProject } from "@/module/project";
export default function Page() {
return (
<>
<AddFileDetailProject />
</>
)
}