mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:51:23 +08:00
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
define(["module", "exports", "require"],
|
|
function (module, exports, require) {
|
|
module.exports = "assign2";
|
|
});
|