// ** MUI Imports import Card from '@mui/material/Card' import Grid from '@mui/material/Grid' import Typography from '@mui/material/Typography' import CardHeader from '@mui/material/CardHeader' import CardContent from '@mui/material/CardContent' const Home = () => { return ( All the best for your new project. Please make sure to read our Template Documentation to understand where to go from here and how to use our template. Access Control (ACL) and Authentication (JWT) are the two main security features of our template and are implemented in the starter-kit as well. Please read our Authentication and ACL Documentations to get more out of them. ) } export default Home