mirror of
https://github.com/sasjs/server.git
synced 2026-01-05 05:40:06 +00:00
chore: add base container for sas studio
This commit is contained in:
15
Web/src/containers/SASjsStudio/index.tsx
Normal file
15
Web/src/containers/SASjsStudio/index.tsx
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
import CssBaseline from '@mui/material/CssBaseline'
|
||||||
|
import Box from '@mui/material/Box'
|
||||||
|
|
||||||
|
const SASjsStudio = () => {
|
||||||
|
return (
|
||||||
|
<Box sx={{ display: 'flex' }} className="main">
|
||||||
|
<CssBaseline />
|
||||||
|
<h2>This is container for SAS studio</h2>
|
||||||
|
</Box>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default SASjsStudio
|
||||||
Reference in New Issue
Block a user