"use strict";
module.exports = {
findBundle() {
return ["./vendors.js", "./tst_examples_uiform.js"];
}
};