diff --git a/src/pages/(generation)/ListeningGeneration.tsx b/src/pages/(generation)/ListeningGeneration.tsx index 4bf4f37c..4085d0e9 100644 --- a/src/pages/(generation)/ListeningGeneration.tsx +++ b/src/pages/(generation)/ListeningGeneration.tsx @@ -14,6 +14,7 @@ import { useRouter } from "next/router"; import { useEffect, useState, Dispatch, SetStateAction } from "react"; import { BsArrowRepeat, BsCheck } from "react-icons/bs"; import { toast } from "react-toastify"; +import WriteBlanksEdit from "@/components/Generation/write.blanks.edit"; const DIFFICULTIES: Difficulty[] = ["easy", "medium", "hard"]; @@ -91,6 +92,29 @@ const PartTab = ({ } /> > + ); + // TODO: This might be broken as they all returns the same + case "writeBlanks": + return ( + <> +