tes lagi
This commit is contained in:
@@ -4,6 +4,7 @@ import { useState } from "react";
|
||||
import JenisPendaftaranChart from "@/components/charts/JenisPendaftaranChart";
|
||||
import JenisPendaftaranPerAngkatanChart from "@/components/charts/JenisPendaftaranPerAngkatanChart";
|
||||
import FilterTahunAngkatan from "@/components/FilterTahunAngkatan";
|
||||
import TabelJenisPendaftaranMahasiswa from "@/components/chartstable/tabeljenisPendaftaranmahasiswa";
|
||||
|
||||
export default function JenisPendaftaranDetailPage() {
|
||||
const [selectedYear, setSelectedYear] = useState<string>("all");
|
||||
@@ -36,6 +37,9 @@ export default function JenisPendaftaranDetailPage() {
|
||||
)}
|
||||
</div>
|
||||
|
||||
{/* Tabel Section */}
|
||||
<TabelJenisPendaftaranMahasiswa selectedYear={selectedYear} />
|
||||
|
||||
{/* Information Section */}
|
||||
<div className="bg-white dark:bg-slate-900 rounded-lg shadow-sm p-6">
|
||||
<h2 className="text-xl font-semibold text-gray-900 dark:text-white mb-4">
|
||||
|
||||
Reference in New Issue
Block a user