export default function(opts) { return new Promise((res, rej) => { alert('dialog not implemented yet'); }); }