From e61756468e26c0e1439f7a4a2e9be1a412380507 Mon Sep 17 00:00:00 2001 From: yejinleee Date: Tue, 23 Apr 2024 10:27:17 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=92=A1comment]=20:=20=EC=A3=BC=EC=84=9D?= =?UTF-8?q?=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/GamePage/common/playSoundEffect.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/pages/GamePage/common/playSoundEffect.ts b/src/pages/GamePage/common/playSoundEffect.ts index a4f5ac72..f6ca9b3b 100644 --- a/src/pages/GamePage/common/playSoundEffect.ts +++ b/src/pages/GamePage/common/playSoundEffect.ts @@ -15,12 +15,3 @@ const playSoundEffect = async (type: SoundEffectType) => { return audio; }; export default playSoundEffect; - -// import countDown from '@/assets/audio/countDown.mp3'; -// import soundEffect from '@/assets/audio/soundEffect.mp3'; - -// const playSoundEffect = (type: 'SCORE' | 'COUNTDOWN') => { -// const src = type === 'SCORE' ? soundEffect : countDown; -// return new Audio(src); -// }; -// export default playSoundEffect;