Skip to content

Commit

Permalink
remove unsued import
Browse files Browse the repository at this point in the history
  • Loading branch information
SimNed committed Mar 5, 2024
1 parent b64d9ff commit 6c8214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PaginationNav/PaginationNav.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';

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

interface PaginationNavProps {
page: number;
Expand Down

0 comments on commit 6c8214a

Please sign in to comment.