mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
5 lines
178 B
TypeScript
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>
|
|
); |