import { Typography } from "@mui/material"; const HomePage = () => { return ( Hello Clash! ); }; export default HomePage;