mirror of
https://github.com/sasjs/server.git
synced 2026-01-04 21:30:05 +00:00
chore(refactor): remove sasjs from components name, just use Studio, Drive etc
This commit is contained in:
15
web/src/containers/Studio/index.tsx
Normal file
15
web/src/containers/Studio/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 Studio = () => {
|
||||
return (
|
||||
<Box className="main">
|
||||
<CssBaseline />
|
||||
<h2>This is container for SASjs studio</h2>
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
|
||||
export default Studio
|
||||
Reference in New Issue
Block a user