Fixed undefined html10n

This commit is contained in:
SamTV12345 2024-07-24 19:59:23 +02:00
parent 4bf6ca1bd2
commit fe7aa6f40d

View file

@ -990,4 +990,7 @@ class Loader {
} }
} }
export default new Html10n() const html10n = new Html10n()
export default html10n
window.html10n = html10n