We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d19658 commit 8b95d68Copy full SHA for 8b95d68
frontend/src/components/NewQuestion/QuestionImage/index.tsx renamed to frontend/src/components/QuestionImage/index.tsx
frontend/src/components/QuestionImageContainer/index.tsx
@@ -4,7 +4,7 @@ import { Button, ImageList, ImageListItem } from "@mui/material";
4
import FileUploadIcon from "@mui/icons-material/FileUpload";
5
import "react-toastify/dist/ReactToastify.css";
6
7
-import QuestionImage from "../NewQuestion/QuestionImage";
+import QuestionImage from "../QuestionImage";
8
import QuestionImageDialog from "../QuestionImageDialog";
9
10
const FileUploadInput = styled("input")({
0 commit comments