diff --git a/src/pages/(generation)/ListeningGeneration.tsx b/src/pages/(generation)/ListeningGeneration.tsx index c2d26237..b77d6266 100644 --- a/src/pages/(generation)/ListeningGeneration.tsx +++ b/src/pages/(generation)/ListeningGeneration.tsx @@ -8,8 +8,8 @@ import {Tab} from "@headlessui/react"; import axios from "axios"; import clsx from "clsx"; import {useRouter} from "next/router"; -import {useState} from "react"; -import {BsArrowRepeat} from "react-icons/bs"; +import {useEffect, useState} from "react"; +import {BsArrowRepeat, BsCheck} from "react-icons/bs"; import {toast} from "react-toastify"; const PartTab = ({part, types, index, setPart}: {part?: ListeningPart; types: string[]; index: number; setPart: (part?: ListeningPart) => void}) => { @@ -42,7 +42,7 @@ const PartTab = ({part, types, index, setPart}: {part?: ListeningPart; types: st