6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
|
|
<React.Fragment>
|
||
|
|
<CssBaseline />
|
||
|
|
<Container maxWidth="sm">
|
||
|
|
<Box sx={{ bgcolor: '#cfe8fc', height: '100vh' }} />
|
||
|
|
</Container>
|
||
|
|
</React.Fragment>
|