Files

9 lines
276 B
TypeScript

/**
* @deprecated Import from `@/infrastructure/audio/web-audio-sound-adapter`.
* Kept for backward compatibility during Clean Architecture migration.
*/
export {
playHoverSound,
playAddSound,
playSuccessSound,
} from '@/infrastructure/audio/web-audio-sound-adapter';