1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove default export for backdrop component

This commit is contained in:
Bill Thornton 2022-04-12 16:58:56 -04:00
parent 125d5cb015
commit a9ae263045
6 changed files with 15 additions and 22 deletions

View file

@ -349,10 +349,3 @@ export function setBackdropTransparency(level) {
backdropElem.classList.remove('hide');
}
}
export default {
setBackdrops: setBackdrops,
setBackdrop: setBackdrop,
clearBackdrop: clearBackdrop,
externalBackdrop: externalBackdrop
};