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