Add : - collaboration page - collaboration component Component Fix: - Base box : tambah props background # No Issue
11 lines
264 B
TypeScript
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>
|
|
);
|
|
}
|