Files
portabase/src/components/wrappers/dashboard/statistics/charts/utils/placeholder.tsx
T

5 lines
178 B
TypeScript

export const PlaceholderChart = ({text}: { text: string }) => (
<div className="flex h-100 w-full items-center justify-center text-sm text-muted-foreground">{text}</div>
);