2025-01-01 04:56:58 +00:00
|
|
|
import SiteBreadcrumb from "@/components/site-breadcrumb";
|
2025-02-18 04:18:51 +00:00
|
|
|
import PerformancePoldaViz from "@/components/visualization/performance-polda";
|
2025-01-01 04:56:58 +00:00
|
|
|
|
|
|
|
|
export default function PerformancePolda() {
|
|
|
|
|
return (
|
|
|
|
|
<div>
|
|
|
|
|
<SiteBreadcrumb />
|
2025-07-20 16:00:16 +00:00
|
|
|
{/* <p className="font-semibold">PERFORMANCE KUMULATIF PER POLDA</p> */}
|
2025-02-18 04:18:51 +00:00
|
|
|
<PerformancePoldaViz />
|
2025-01-01 04:56:58 +00:00
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|
}
|