Add: - Menambahkan folder : /admin/collaboration , /admin/investmen - NavbarMenu ### No Issue
12 lines
242 B
TypeScript
12 lines
242 B
TypeScript
import { TextCustom, ViewWrapper } from "@/components";
|
|
|
|
export default function AdminCollaborationGroup() {
|
|
return (
|
|
<>
|
|
<ViewWrapper>
|
|
<TextCustom>Admin Collaboration Group</TextCustom>
|
|
</ViewWrapper>
|
|
</>
|
|
);
|
|
}
|