update jamespong14205,
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import { Box } from '@mui/material';
|
||||
|
||||
export default () => (
|
||||
<Box
|
||||
sx={{
|
||||
width: '100%',
|
||||
height: '30vh',
|
||||
//
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
gap: '3rem',
|
||||
//
|
||||
fontWeight: 'bold',
|
||||
fontSize: '1.2rem',
|
||||
}}
|
||||
>
|
||||
<Box>No result found</Box>
|
||||
</Box>
|
||||
);
|
Reference in New Issue
Block a user