1
2
3
4
export async function patronum() {
const patronum = await import("https://esm.sh/patronum@1.19.1");
return patronum;
}