Skip to content

Commit e17faa1

Browse files
Code refactoring
1 parent 4137ef5 commit e17faa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/statistics/MarketIndexes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ import { useState, useEffect } from 'react';
22
import axios from 'axios';
33
import { useTheme } from '@mui/material/styles';
44

5-
import CustomCard from '../CustomCard';
6-
75
// Font Awesome Icon
86
import { library } from '@fortawesome/fontawesome-svg-core';
97
import { faChartColumn as ChartColumnIcon } from '@fortawesome/free-solid-svg-icons';
108
library.add(ChartColumnIcon);
119

10+
import CustomCard from '../CustomCard';
11+
1212
const MarketIndexes = () => {
1313
const theme = useTheme();
1414

0 commit comments

Comments
 (0)