Feature:
Add :
- Collaboration/BoxDetailSection
- detail-participant
-
/detail-project-main

Fix:
- participant

# No Issue
This commit is contained in:
2025-07-24 10:25:33 +08:00
parent 64d5a4308c
commit 8cb0054580
6 changed files with 293 additions and 101 deletions

View File

@@ -0,0 +1,13 @@
import { TextCustom, ViewWrapper } from "@/components";
export default function CollaborationDetailProjectMain() {
return (
<>
<ViewWrapper>
<TextCustom bold size="large">
Detail Proyek
</TextCustom>
</ViewWrapper>
</>
);
}