"use strict";
module.exports = {
findBundle() {
return ["./runtime.js", "./app.js", "./home.js"];
}
};