fix: remove duplicate component instance
This commit is contained in:
@@ -3,4 +3,5 @@ import { styled, Typography } from '@mui/material';
|
||||
export const LTRTypography = styled(Typography)`
|
||||
/* @noflip */
|
||||
direction: ltr;
|
||||
unicode-bidi: isolate;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user