1
2
3
export let import = async name => {
return await import(\`https://cdn.skypack.dev/\${name}\`);
};