import ready from 'dom101/ready' import onmount from 'onmount' /** * Behavior: Wrapping */ ready(() => { setTimeout(() => { onmount() }) })