Add sounds

This commit is contained in:
schmelczerandras 2020-10-24 13:26:03 +02:00
parent f6f54483db
commit d79900e3ea
11 changed files with 106 additions and 3 deletions

4
frontend/src/custom.d.ts vendored Normal file
View file

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