update jamespong14205,
This commit is contained in:
15
task1/project/003_src/client/components/Loading/index.js
Normal file
15
task1/project/003_src/client/components/Loading/index.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Box } from '@mui/material';
|
||||
|
||||
export default () => (
|
||||
<Box
|
||||
sx={{
|
||||
width: '100%',
|
||||
height: '90vh',
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
}}
|
||||
>
|
||||
loading...
|
||||
</Box>
|
||||
);
|
Reference in New Issue
Block a user