export const playHoverSound = (hoverAudio) => {
    hoverAudio.currentTime = 0;
    hoverAudio.play();
};