1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

added a timer with custom end alarm sounf

This commit is contained in:
timhaller
2023-12-15 14:52:46 +01:00
parent 47e1204be7
commit f0665d8e42
7 changed files with 64 additions and 4 deletions

4
types/sounds.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module '*.mp3' {
const content: string;
export default content;
}