import { run } from 'remix/ui' run({ async loadModule(moduleUrl, exportName) { let mod = await import(moduleUrl) return mod[exportName] }, })