refactor(web): remove typescript
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { styled } from '@mui/material/styles';
|
||||
import SwitchBase from 'components/Switch';
|
||||
export const Switch = styled(SwitchBase)`
|
||||
justify-content: space-between;
|
||||
margin: 0;
|
||||
`;
|
Reference in New Issue
Block a user