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