funquail/front/src/api/index.ts
2022-10-30 19:16:26 +01:00

5 lines
113 B
TypeScript

import { registerSoundImplementation } from '~/api/player'
window.funkwhale = {
registerSoundImplementation
}