import { theme } from '@latitude-data/client' const ChartPreview = () => ( ) export default function BlankSlate({ isLoading }: { isLoading: boolean }) { return (
) }