feat(web): add chart components (KpiCard, BarChart)

This commit is contained in:
Consultoria AS
2026-01-22 02:27:02 +00:00
parent 06e9f3eba7
commit ccfc795d41
3 changed files with 160 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export { KpiCard } from './kpi-card';
export { BarChart } from './bar-chart';