bpms_site/.svn/pristine/a2/a2bc10bae9c49233cc003196a54df37f54116f36.svn-base
2025-11-02 16:38:49 +03:30

14 lines
451 B
Plaintext

// 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