mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 05:30:15 +08:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
define(['text!component.html'], function (html) {
|
|
return {
|
|
name: 'component',
|
|
html: html
|
|
};
|
|
});
|
|
|