import {useTheme, Box,} from "@mui/material"; import ExpandableQuizBlock from "./ExpandableQuizBlock"; import MyQuizzesFull from "./MyQuizzesFull"; export default function MyQuizzes() { const theme = useTheme(); return ( ); }