import { FC } from "react"; import { Box } from "@mui/material"; export const Home: FC = () => { return ( Overview ); };