// MUI Imports import Grid from '@mui/material/Grid2' import TierListTable from './TierListTable' // Type Imports const TierList = () => { return ( ) } export default TierList