| 3 | import { Button2 } from "../../ui/Shared"; |
| 4 | |
| 5 | interface EmptyStateProps { |
| 6 | onNewChart: () => void; |
| 7 | onNewFolder: () => void; |
| 8 | isFiltered?: boolean; |
| 9 | } |
| 10 | |
| 11 | export function EmptyState({ |
| 12 | onNewChart, |
nothing calls this directly
no outgoing calls
no test coverage detected