Refactoring charts in statistics in organization.

This commit is contained in:
charlesgauthereau
2025-12-30 16:22:34 +01:00
parent 475e404fae
commit f111946592
7 changed files with 329 additions and 121 deletions
@@ -0,0 +1,5 @@
export const PlaceholderChart = ({text}: { text: string }) => (
<div className="flex h-48 items-center justify-center text-sm text-muted-foreground">{text}</div>
);