mirror of
https://github.com/sasjs/server.git
synced 2026-01-09 23:40:06 +00:00
chore(refactor): remove sasjs from components name, just use Studio, Drive etc
This commit is contained in:
@@ -6,7 +6,7 @@ import Box from '@mui/material/Box'
|
||||
import SideBar from './sideBar'
|
||||
import Main from './main'
|
||||
|
||||
const SASjsDrive = () => {
|
||||
const Drive = () => {
|
||||
const [selectedFilePath, setSelectedFilePath] = useState('')
|
||||
return (
|
||||
<Box sx={{ display: 'flex' }}>
|
||||
@@ -17,4 +17,4 @@ const SASjsDrive = () => {
|
||||
)
|
||||
}
|
||||
|
||||
export default SASjsDrive
|
||||
export default Drive
|
||||
@@ -3,13 +3,13 @@ import React from 'react'
|
||||
import CssBaseline from '@mui/material/CssBaseline'
|
||||
import Box from '@mui/material/Box'
|
||||
|
||||
const SASjsStudio = () => {
|
||||
const Studio = () => {
|
||||
return (
|
||||
<Box className="main">
|
||||
<CssBaseline />
|
||||
<h2>This is container for SAS studio</h2>
|
||||
<h2>This is container for SASjs studio</h2>
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
|
||||
export default SASjsStudio
|
||||
export default Studio
|
||||
Reference in New Issue
Block a user