Files
hipmi-mobile/app/(application)/(user)/collaboration/[id]/detail-project-main.tsx
Bagasbanuna02 8cb0054580 fix
Feature:
Add :
- Collaboration/BoxDetailSection
- detail-participant
-
/detail-project-main

Fix:
- participant

# No Issue
2025-07-24 10:25:33 +08:00

14 lines
275 B
TypeScript

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