Add export for BesService

This commit is contained in:
Aljaž Grilc 2024-10-25 10:37:12 +02:00
parent b3badae762
commit 49d21da518

View File

@ -2235,3 +2235,5 @@ window.addEventListener('load', () => {
.querySelectorAll('.bes-service')
.forEach(hostElement => BesService.registerByElement(hostElement))
})
export { BesService }