fix chart.tsx import

This commit is contained in:
joseCorte-exe 2022-05-17 13:59:31 -03:00
parent ed10b5d050
commit 44dff46ebc

View File

@ -15,7 +15,7 @@ import faker from 'faker'
import { ChartView } from './ChartView';
import RenderIf from '../../utils/renderIf';
import ChartTitle from './ChartTitle';
import { data } from './LineBarChart';
// import { data } from './LineBarChart';
ChartJS.register(
CategoryScale,