Spaces:
Running
Running
File size: 512 Bytes
c592d77 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | /*
Files in the rsc directory are meant to be packaged as part of the RSC graph using next-app-loader.
*/ // When postpone is available in canary React we can switch to importing it directly
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "Postpone", {
enumerable: true,
get: function() {
return _dynamicrendering.Postpone;
}
});
const _dynamicrendering = require("../dynamic-rendering");
//# sourceMappingURL=postpone.js.map |