Add export for BesService
This commit is contained in:
parent
b3badae762
commit
49d21da518
@ -2235,3 +2235,5 @@ window.addEventListener('load', () => {
|
|||||||
.querySelectorAll('.bes-service')
|
.querySelectorAll('.bes-service')
|
||||||
.forEach(hostElement => BesService.registerByElement(hostElement))
|
.forEach(hostElement => BesService.registerByElement(hostElement))
|
||||||
})
|
})
|
||||||
|
|
||||||
|
export { BesService }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user