()
| 95 | } |
| 96 | |
| 97 | async function lazyEnableSmoothScroll() { |
| 98 | const { enableSmoothScroll } = await import("../scripts/smoothScroll.js"); |
| 99 | return enableSmoothScroll(); |
| 100 | } |
| 101 | |
| 102 | // ============================================================================ |
| 103 |
no test coverage detected