Skip to content

Commit

Permalink
remove: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SimNed committed Mar 5, 2024
1 parent 1daac2b commit 8214a3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/activities/List.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import React, { useState } from 'react';

import type { SelectChangeEvent } from '@mui/material';
import { InputLabel, Button, MenuItem, Pagination, Select, Stack } from '@mui/material';
import { margin } from '@mui/system';
import { Button } from '@mui/material';

import PaginationNav from '../PaginationNav/PaginationNav';
import { ActivityCard } from './ActivityCard';
Expand Down

0 comments on commit 8214a3b

Please sign in to comment.