import { Link } from 'react-router-dom'; // project import import { APP_DEFAULT_PATH } from 'config'; // material-ui import { Box, Button, Grid, Stack, Typography } from '@mui/material'; // assets import construction from 'assets/images/maintenance/under-construction.svg'; // ==============================|| UNDER CONSTRUCTION - MAIN ||============================== // function UnderConstruction() { return ( mantis Under Construction Hey! Please check out this site later. We are doing some maintenance on it right now. ); } export default UnderConstruction;