working on a new mailgo...

This commit is contained in:
Matteo Manzinello 2020-04-24 12:14:26 +02:00
parent 9bb3188687
commit 67b9536261

View File

@ -839,8 +839,10 @@ const mailgo = () => {
})();
};
// if mailgo is included as a script
if (window && typeof window !== "undefined") {
mailgo();
}
// export mailgo
export default mailgo();