This commit is contained in:
vy.boyko 2024-02-17 23:05:01 +03:00
parent ff7f9f9796
commit 0cbe5f67a8

View File

@ -6,7 +6,6 @@ import {Box, Button, Paper, Step, StepContent, StepLabel, Stepper, Typography} f
import {store} from "../../store/store";
import {addAnswer, setContents} from "../../store/actions/data";
import {ResultByGroup} from "../../store/initialState";
import If from "../utils/If";
interface Props {
survey: SurveyDto | undefined