
import LazyImg from '@/components/LazyImg'

customElements.define('lazy-img', LazyImg)

// note that the exported constructor is not the custom element
export {
  LazyImg
}