Skip to content

Commit

Permalink
fix: unused reference removed
Browse files Browse the repository at this point in the history
  • Loading branch information
killerapp committed Sep 13, 2024
1 parent 6bec188 commit 7845715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { Typography, Box, List, ListItem, ListItemText, Paper } from '@mui/material';
import { Typography, List, ListItem, ListItemText, Paper } from '@mui/material';
import { useTheme } from '@mui/material/styles';

const OptionsDescription: React.FC = () => {
Expand Down

0 comments on commit 7845715

Please sign in to comment.