We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4137ef5 commit e17faa1Copy full SHA for e17faa1
src/components/statistics/MarketIndexes.js
@@ -2,13 +2,13 @@ import { useState, useEffect } from 'react';
2
import axios from 'axios';
3
import { useTheme } from '@mui/material/styles';
4
5
-import CustomCard from '../CustomCard';
6
-
7
// Font Awesome Icon
8
import { library } from '@fortawesome/fontawesome-svg-core';
9
import { faChartColumn as ChartColumnIcon } from '@fortawesome/free-solid-svg-icons';
10
library.add(ChartColumnIcon);
11
+import CustomCard from '../CustomCard';
+
12
const MarketIndexes = () => {
13
const theme = useTheme();
14
0 commit comments