import { Box, Typography } from "@mui/material"; const RulesPage = () => { return ( Rules ); }; export default RulesPage;