Skip to content

Commit

Permalink
Remove Typography import
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Jul 22, 2024
1 parent dc29d67 commit ff94f2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/component/field/MarkdownField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import { headingsPlugin } from '@mdxeditor/editor';
import '@mdxeditor/editor/style.css';
import Paper from '@mui/material/Paper';
import Stack from '@mui/material/Stack';
import Typography from '@mui/material/Typography';
import { useTheme } from '@mui/material/styles';
import { apiSaveAsset, assetURL } from '../../api/media.ts';
import { useUserFlashCtx } from '../../hooks/useUserFlashCtx.ts';
Expand Down

0 comments on commit ff94f2e

Please sign in to comment.