Skip to content

Commit

Permalink
fix: imported circular progress
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwillmcleod committed Oct 16, 2023
1 parent e7be642 commit 471d180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/club-checker-page/ClubCheckerPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { TickCircle, CloseCircle, InfoCircle } from 'iconsax-react';
import { useNavigate, useParams } from 'react-router';
import SadFace from '../../assets/SadFace.svg';
import DeadFace from '../../assets/DeadFace.svg';
import CircularProgress from '@mui/material/CircularProgress';

interface ClubCheckerPageProps {
clubId?: number;
Expand Down

0 comments on commit 471d180

Please sign in to comment.