Files
hipmi-mobile/app/(application)/(user)/collaboration/(tabs)/group.tsx
Bagasbanuna02 4474b46ff3 Collacoration
Add :
- collaboration page
- collaboration component

Component
Fix:
- Base box : tambah props background

# No Issue
2025-07-23 11:31:58 +08:00

11 lines
264 B
TypeScript

import { TextCustom } from "@/components";
import ViewWrapper from "@/components/_ShareComponent/ViewWrapper";
export default function CollaborationGroup() {
return (
<ViewWrapper>
<TextCustom>CollaborationGroup</TextCustom>
</ViewWrapper>
);
}