1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-07 22:50:05 +00:00

chore: add content in home page

This commit is contained in:
2021-10-19 16:33:36 +00:00
parent cb8b34afac
commit cff5ba460d
4 changed files with 18 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import Box from '@mui/material/Box'
const SASjsStudio = () => {
return (
<Box sx={{ display: 'flex' }} className="main">
<Box className="main">
<CssBaseline />
<h2>This is container for SAS studio</h2>
</Box>