web-humas-fe/app/portal-ppid/profile/tugas-dan-fungsi-ppid/page.tsx

10 lines
129 B
TypeScript
Raw Normal View History

2024-02-23 12:34:32 +00:00
import Task from "@/components/detail/TaskDetail";
export default function PPIDTask() {
return (
<Task />
)
}