import {LineChart} from 'sentry/components/charts/lineChart'; export default { title: 'Components/Data Visualization/Charts/Line Chart', component: LineChart, }; export const _LineChart = () => { return ( ); };