Start your All-Access Pass to unlock this challenge
The JavaScript module smooth-scroll is normally imported like this: import SmoothScroll from 'smooth-scroll'; How would it look to import it lazily?
smooth-scroll
import SmoothScroll from 'smooth-scroll';
lazy import SmoothScroll from 'smooth-scroll';
import SmoothScroll from @symfony/stimulus-bridge/lazy-controller-loader?lazy=true!smooth-scroll
import SmoothScroll from smooth-scroll!symfony/stimulus-bridge/lazy-controller-loader?lazy=true