import { Typography } from '@mui/material'; import React from 'react' const UnderConstruction = () => { return ( <> I really have to finish this... ) } export default UnderConstruction;