refactor(web): remove typescript
This commit is contained in:
7
packages/web/src/components/AppBar/style.js
Normal file
7
packages/web/src/components/AppBar/style.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { styled } from '@mui/material/styles';
|
||||
import { Link as RouterLink } from 'react-router-dom';
|
||||
export const Link = styled(RouterLink)(() => ({
|
||||
textDecoration: 'none',
|
||||
color: 'inherit',
|
||||
display: 'inline-flex',
|
||||
}));
|
Reference in New Issue
Block a user