Collacoration
Add : - collaboration page - collaboration component Component Fix: - Base box : tambah props background # No Issue
This commit is contained in:
10
app/(application)/(user)/collaboration/(tabs)/group.tsx
Normal file
10
app/(application)/(user)/collaboration/(tabs)/group.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { TextCustom } from "@/components";
|
||||
import ViewWrapper from "@/components/_ShareComponent/ViewWrapper";
|
||||
|
||||
export default function CollaborationGroup() {
|
||||
return (
|
||||
<ViewWrapper>
|
||||
<TextCustom>CollaborationGroup</TextCustom>
|
||||
</ViewWrapper>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user