Add Kelola Data
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import DataTablePrestasiMahasiswa from "@/components/datatable/data-table-prestasi-mahasiswa";
|
||||
|
||||
export default function PrestasiPage() {
|
||||
return (
|
||||
<div className="flex flex-col gap-4 py-4 px-4 md:gap-6 md:py-6">
|
||||
<h1>Prestasi</h1>
|
||||
<div className="container mx-auto p-4 space-y-6">
|
||||
<DataTablePrestasiMahasiswa />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user