Change Directory For Charts

This commit is contained in:
Randa Firman Putra
2025-06-29 10:30:14 +07:00
parent 37d083ec31
commit 6941b8bb8d
45 changed files with 276 additions and 257 deletions

View File

@@ -3,12 +3,12 @@
import { useState } from "react";
import FilterTahunAngkatan from "@/components/FilterTahunAngkatan";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import LulusTepatWaktuChart from "@/components/LulusTepatWaktuChart";
import LulusTepatWaktuPieChart from "@/components/LulusTepatWaktuPieChart";
import JenisPendaftaranLulusChart from "@/components/JenisPendaftaranLulusChart";
import JenisPendaftaranLulusPieChart from "@/components/JenisPendaftaranLulusPieChart";
import AsalDaerahLulusChart from "@/components/AsalDaerahLulusChart";
import IPKLulusTepatChart from "@/components/IPKLulusTepatChart";
import LulusTepatWaktuChart from "@/components/charts/LulusTepatWaktuChart";
import LulusTepatWaktuPieChart from "@/components/charts/LulusTepatWaktuPieChart";
import JenisPendaftaranLulusChart from "@/components/charts/JenisPendaftaranLulusChart";
import JenisPendaftaranLulusPieChart from "@/components/charts/JenisPendaftaranLulusPieChart";
import AsalDaerahLulusChart from "@/components/charts/AsalDaerahLulusChart";
import IPKLulusTepatChart from "@/components/charts/IPKLulusTepatChart";
export default function LulusTepatWaktuPage() {
const [selectedYear, setSelectedYear] = useState<string>("all");