astro-ghostcms/.pnpm-store/v3/files/9b/2684598a489a4ea9ed793eaeee2...

8 lines
133 B
Plaintext

async function importPlugin(p) {
const importResult = await import(p);
return importResult.default;
}
export {
importPlugin
};