Skip to content

Commit 0c01196

Browse files
Code refactoring
1 parent da628a4 commit 0c01196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/charts/BarChart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState, useEffect } from 'react';
1+
import { useState, useEffect } from 'react';
22
import axios from 'axios';
33
import numeral from 'numeral';
44
import { Chart, BarElement, CategoryScale, LinearScale } from 'chart.js';

0 commit comments

Comments
 (0)