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 7047d58 commit 4137ef5Copy full SHA for 4137ef5
src/components/statistics/Exchanges.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 { faChartArea as ChartAreaIcon } from '@fortawesome/free-solid-svg-icons';
10
library.add(ChartAreaIcon);
11
+import CustomCard from '../CustomCard';
+
12
const Exchanges = () => {
13
const theme = useTheme();
14
0 commit comments