import styles from '@system/graphs/ChartPlaceholder.module.scss'; export default function ChartPlaceholder(props) { return (
{props.children}
); }