Fix KPI card heights to be uniform across all cards

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-02-11 14:56:22 +08:00
parent c4fd7bb784
commit cffb9f4aa4
4 changed files with 350 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
import { createFileRoute } from '@tanstack/react-router'
import KeuanganAnggaran from '@/components/keuangan-anggaran'
export const Route = createFileRoute('/dashboard/keuangan-anggaran')({
component: KeuanganAnggaran,
})