| Current Path : /var/www/homesaver/www/bitrix/modules/main/install/js/main/core/core_uploader/src/ |
| Current File : /var/www/homesaver/www/bitrix/modules/main/install/js/main/core/core_uploader/src/manager.js |
import Uploader from "./uploader";
export default class Manager {
static getById(id) {
return Uploader.getById(id);
}
}