Skip to content

Commit 1b7d921

Browse files
Code refactoring
1 parent d1d6ebe commit 1b7d921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/charts/AreaChart.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { useState, useEffect } from 'react';
2-
import axios from 'axios';
3-
import numeral from 'numeral';
42
import { Chart, registerables } from 'chart.js';
53
import { Line } from 'react-chartjs-2';
4+
import axios from 'axios';
5+
import numeral from 'numeral';
66
import ChartDataLabels from 'chartjs-plugin-datalabels';
77
import Box from '@mui/material/Box';
88
import Card from '@mui/material/Card';

0 commit comments

Comments
 (0)