Skip to content
Snippets Groups Projects
Commit 1a0efd5d authored by AnneliKlamas's avatar AnneliKlamas
Browse files

fixed import

parent f146afe9
No related branches found
No related tags found
1 merge request!46fixed import
......@@ -6,7 +6,7 @@ import Section from "./Section";
import Modal from "./Modal";
import CloseIcon from "@/app/components/assets/CloseIcon";
import data from "../data/info.json";
import data from "../../data/en.json";
const InfoModal = ({ show, onClose, details }) => {
const questionTypes = useMemo(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment