Skip to content

Commit

Permalink
remove useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Nov 28, 2023
1 parent 710d3b7 commit 401bc52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/statistics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import InteractionsSection from '../components/pages/statistics/InteractionsSect
import InactiveMembers from '../components/pages/statistics/InactiveMembers';
import SimpleBackdrop from '../components/global/LoadingBackdrop';
import { defaultLayout } from '../layouts/defaultLayout';
import { IUser } from '../utils/types';
import { StorageService } from '../services/StorageService';
import useAppStore from '../store/useStore';
import SEO from '../components/global/SEO';
import { Box } from '@mui/material';
Expand Down

0 comments on commit 401bc52

Please sign in to comment.