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

9 lines
152 B
TypeScript
Raw Normal View History

2024-02-19 08:39:35 +00:00
import Task from '@/components/detail/TaskDetail'
import React from 'react'
export default function TaskPage() {
return (
<Task />
)
}