import React from 'react' import { Card, CardContent, CardHeader, Link } from '@material-ui/core' const Home = () => ( This admin section has been done using the module react-admin, to learn more about it, you can follow the{' '} tutorial {' '} on their website.{' '} ) export default Home