import { Box, IconButton, Typography, useTheme } from "@mui/material"; import ExpandIcon from "./icons/ExpandIcon"; import MoreHorizIcon from "@mui/icons-material/MoreHoriz"; import CustomButton from "./CustomButton"; interface Props { name: string; } export default function ExpandableQuizBlock({ name }: Props) { const theme = useTheme(); return ( Название Все заявки проекта Квизов нет + ); }