import PieChart from 'sentry/components/charts/pieChart'; export default { title: 'Components/Data Visualization/Charts/Pie Chart', component: PieChart, }; export const _PieChart = () => ( );