Skip to content

Commit

Permalink
[💡comment] : 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
yejinleee committed Apr 23, 2024
1 parent d0d692f commit e617564
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/pages/GamePage/common/playSoundEffect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit e617564

Please sign in to comment.