diff --git a/src/js/tabler.js b/src/js/tabler.js index 916237191..1c1430e45 100644 --- a/src/js/tabler.js +++ b/src/js/tabler.js @@ -11,5 +11,5 @@ import './src/toast'; import * as bootstrap from 'bootstrap'; import * as tabler from './src/tabler'; -window.bootstrap = bootstrap; -window.tabler = tabler; +globalThis.bootstrap = bootstrap; +globalThis.tabler = tabler;