8 lines
114 B
JavaScript
Raw Normal View History

2025-03-05 20:28:54 -06:00
import * as bootstrap from 'bootstrap'
try {
window.bootstrap = bootstrap
} catch (e) {}
export { bootstrap }