import {Box, Typography, Link, useTheme} from "@mui/material";
import React from "react";
import EnterIcon from "../../../components/icons/questionsPage/enterIcon";
import ButtonsOptions from "../ButtonsOptions";
import ResponseSettings from "./responseSettings";
import HelpAnswerOptions from "./helpAnswerOptions";
import UploadImage from "./UploadImage";
import SwitchAnswerOptions from "./switchAnswerOptions";
export default function AnswerOptions() {
const theme = useTheme();
const [switchState, setSwitchState] = React.useState('setting');
return (
<>
Добавьте ответ
{
// console.info("I'm a button.");
// }}
>
Добавьте ответ
или нажмите Enter
{/**/}
{/**/}
{/**/}
{/**/}
>
)
}