Mercurial > packages > framework
comparison publishable/resources/js/app.js @ 7:e6132a1e8e24 default tip
Adding better support for test among other base changes.
| author | Luka Sitas <sitas.luka.97@gmail.com> |
|---|---|
| date | Thu, 25 Sep 2025 19:58:32 -0400 |
| parents | e107504fa22c |
| children |
comparison
equal
deleted
inserted
replaced
| 6:6ded573b0a61 | 7:e6132a1e8e24 |
|---|---|
| 1 import './bootstrap' | 1 import './bootstrap' |
| 2 | 2 |
| 3 import * as popperjs from '@popperjs/core' | 3 import * as popperjs from '@popperjs/core' |
| 4 import * as bootstrap from 'bootstrap' | 4 import * as bootstrap from 'bootstrap' |
| 5 | 5 |
| 6 window.bootstrap = bootstrap; |
