mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 23:47:46 +08:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
define(['c', 'exports'], function (c, exports) {
|
|
exports.name = 'b';
|
|
exports.c = c;
|
|
});
|