import { Box, Button, Typography, useTheme } from "@mui/material"; import { SettingForm } from "../components/SettingForm"; import { DescriptionForm } from "../components/DescriptionForm/DescriptionForm"; import { ResultListForm } from "../components/ResultListForm"; import CustomWrapper from "../components/CustomWrapper"; import CustomButton from "../components/CustomButton"; import BackButton from "../components/Button/BackButton"; import Plus from "@icons/Plus"; import Info from "@icons/Info"; import IconPlus from "@icons/IconPlus"; export const Setting = () => { const theme = useTheme(); return ( Настройки результатов Создайте результат - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Настроить форму ); };