UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

11 lines (9 loc) 169 B
define("three", { name: "three" }); define("four", ["three"], function (three) { return { name: "four", threeName: "three" }; });