Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Jun 12, 2024
1 parent e61897f commit 77e0e45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions met-web/src/components/common/Typography/Body.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import { Typography, TypographyProps } from '@mui/material';
import { globalFocusVisible, colors } from '../../common';
import { LinkProps, Link as RouterLink } from 'react-router-dom';
import { colors } from '../../common';

export const BodyText = ({
bold,
Expand Down

0 comments on commit 77e0e45

Please sign in to comment.