14 lines
451 B
JavaScript
14 lines
451 B
JavaScript
// This has to be a shared module which is shared between client component error boundary and dynamic component
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "NEXT_DYNAMIC_NO_SSR_CODE", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return NEXT_DYNAMIC_NO_SSR_CODE;
|
|
}
|
|
});
|
|
const NEXT_DYNAMIC_NO_SSR_CODE = "NEXT_DYNAMIC_NO_SSR_CODE";
|
|
|
|
//# sourceMappingURL=no-ssr-error.js.map
|