Fix KPI card heights to be uniform across all cards
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
6
src/routes/dashboard/keuangan-anggaran.ts
Normal file
6
src/routes/dashboard/keuangan-anggaran.ts
Normal 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,
|
||||
})
|
||||
Reference in New Issue
Block a user