feat(web): introduce templates
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { styled } from '@mui/material/styles';
|
||||
|
||||
import MuiCardContent from '@mui/material/CardContent';
|
||||
|
||||
export const CardContent = styled(MuiCardContent)`
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user