import React from 'react' import CssBaseline from '@mui/material/CssBaseline' import Box from '@mui/material/Box' const Home = () => { return (

Welcome to SASjs Server!

SASjs Server provides a REST interface for executing Stored Programs and ad hoc code (studio) against SAS and JS executables. The source is available on{' '} {' '} github {' '} and contributions are welcomed.

SASjs Server is maintained by the SAS Apps team -{' '} {' '} contact us {' '} if you'd like help with SAS DevOps or SAS Application development!{' '}

) } export default Home