}
const component = await importFn();
if (customElements.get(name)) {
return;
customElements.define(
name,
defineCustomElement(component as any, {
-