Files
La-Fabrik/src/data/audioConfig.ts
T
math-pixel 1b7813a5bb update flow
2026-05-11 11:03:01 +02:00

5 lines
99 B
TypeScript

export const AUDIO_PATHS = {
intro: "/sounds/fa.mp3",
bienvenue: "/sounds/fa.mp3",
} as const;