import { Box, Image, Text } from '@chakra-ui/react' import React from 'react' // import noInternet from "../assets/Error.svg" import robot from "../assets/robot.png" const UnderConstruction = ({title}) => { return ( {/* The requested URL was not found on this server. */} ) } export default UnderConstruction