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

Welcome to SASjs Server!

This portal provides an interface for executing Stored Programs (drive) and ad hoc code (studio) against a SAS executable. The source code 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