add useAudioPlayer2

This commit is contained in:
2025-10-30 10:41:52 +08:00
parent 0c3dc037cb
commit fb9623af88
2 changed files with 164 additions and 2 deletions

View File

@@ -1,6 +1,4 @@
import LightButton from "@/components/buttons/LightButton";
import ACard from "@/components/cards/ACard";
import BCard from "@/components/cards/BCard";
import Window from "@/components/Window";
import { WordData } from "./page";
import { Dispatch, SetStateAction, useState } from "react";