Skip to content

Commit aa00902

Browse files
Code refactoring
1 parent 531e953 commit aa00902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/charts/BarChart.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { useState, useEffect } from 'react';
2-
import axios from 'axios';
3-
import numeral from 'numeral';
42
import { Chart, BarElement, CategoryScale, LinearScale } from 'chart.js';
53
import { Bar } from 'react-chartjs-2';
64
import ChartDataLabels from 'chartjs-plugin-datalabels';
5+
import axios from 'axios';
6+
import numeral from 'numeral';
77
import Box from '@mui/material/Box';
88
import Card from '@mui/material/Card';
99
import CardContent from '@mui/material/CardContent';

0 commit comments

Comments
 (0)