Admin
Add: - Menambahkan folder : /admin/collaboration , /admin/investmen - NavbarMenu ### No Issue
This commit is contained in:
11
app/(application)/admin/collaboration/reject.tsx
Normal file
11
app/(application)/admin/collaboration/reject.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { TextCustom, ViewWrapper } from "@/components";
|
||||
|
||||
export default function AdminCollaborationReject() {
|
||||
return (
|
||||
<>
|
||||
<ViewWrapper>
|
||||
<TextCustom>Admin Collaboration Reject</TextCustom>
|
||||
</ViewWrapper>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user