"use strict"; const common_vendor = require("../../common/vendor.js"); if (!Math) { (TopInfo + Header + DeviceContainer + Main)(); } const Header = () => "./header/header.js"; const Main = () => "./main/main.js"; const TopInfo = () => "../router/header/index.js"; const DeviceContainer = () => "../router/main/index.js"; const _sfc_main = { __name: "index", setup(__props) { return (_ctx, _cache) => { return {}; }; } }; const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7851d443"]]); wx.createPage(MiniProgramPage); //# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/layout/index.js.map