use import for ItemsByName & PlaylistViewer

This commit is contained in:
grafixeyehero 2022-05-04 03:36:40 +03:00 committed by Bill Thornton
parent 6d3365bc09
commit ac62a5e8bf
4 changed files with 19 additions and 14 deletions

View file

@ -373,6 +373,8 @@ function getItemsFunction(options, item) {
};
}
window.ItemsByName = {
const ItemsByName = {
renderItems: renderItems
};
export default ItemsByName;