Skip to content

Commit 7845715

Browse files
committed
fix: unused reference removed
1 parent 6bec188 commit 7845715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/context-editor/src/components/OptionsDescription.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import { Typography, Box, List, ListItem, ListItemText, Paper } from '@mui/material';
2+
import { Typography, List, ListItem, ListItemText, Paper } from '@mui/material';
33
import { useTheme } from '@mui/material/styles';
44

55
const OptionsDescription: React.FC = () => {

0 commit comments

Comments
 (0)