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