Skip to content

Commit b3a011e

Browse files
Code refactoring
1 parent f3f0717 commit b3a011e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tables/CoinMarkets.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 Box from '@mui/material/Box';
44
import Card from '@mui/material/Card';

0 commit comments

Comments
 (0)