app-next.js 634 B

1234567891011121314151617
  1. "use strict";
  2. var _appIndex = require("./app-index");
  3. require("next/dist/client/components/app-router.client.js");
  4. require("next/dist/client/components/layout-router.client.js");
  5. window.next = {
  6. version: _appIndex.version,
  7. appDir: true
  8. };
  9. (0, _appIndex).hydrate();
  10. if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
  11. Object.defineProperty(exports.default, '__esModule', { value: true });
  12. Object.assign(exports.default, exports);
  13. module.exports = exports.default;
  14. }
  15. //# sourceMappingURL=app-next.js.map