refactor(web): remove typescript
This commit is contained in:
10
packages/web/src/components/NoResultFound/style.js
Normal file
10
packages/web/src/components/NoResultFound/style.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { styled } from '@mui/material/styles';
|
||||
import MuiCardContent from '@mui/material/CardContent';
|
||||
export const CardContent = styled(MuiCardContent)`
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
gap: ${({ theme }) => theme.spacing(2)};
|
||||
min-height: 200px;
|
||||
`;
|
Reference in New Issue
Block a user