import React from 'react'; import { ContentSection } from 'react-benzin'; import { Link } from '@material-ui/core'; const LoginSection: React.FC = () => { return ( Log in using your EDUFPMI credentials ); }; export default LoginSection;