From b9d64bfcfc1764c5356fc9c221d01771b05233a6 Mon Sep 17 00:00:00 2001 From: IlyaDoronin Date: Mon, 4 Dec 2023 12:31:43 +0300 Subject: [PATCH] fix --- src/pages/Questions/AnswerDraggableList/AnswerItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Questions/AnswerDraggableList/AnswerItem.tsx b/src/pages/Questions/AnswerDraggableList/AnswerItem.tsx index 6cb8562e..a2144095 100644 --- a/src/pages/Questions/AnswerDraggableList/AnswerItem.tsx +++ b/src/pages/Questions/AnswerDraggableList/AnswerItem.tsx @@ -1,7 +1,7 @@ import { MessageIcon } from "@icons/messagIcon"; import { PointsIcon } from "@icons/questionsPage/PointsIcon"; import { DeleteIcon } from "@icons/questionsPage/deleteIcon"; -import { TextareaAutosize } from "@mui/base/TextareaAutosize"; +import { TextareaAutosize } from "@mui/base"; import { Box, FormControl,