@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
8 lines (7 loc) • 437 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.stagingLinkPreferencesUrl = exports.productionLinkPreferencesUrl = void 0;
var stagingLinkPreferencesUrl = exports.stagingLinkPreferencesUrl = 'https://id.stg.internal.atlassian.com/manage-profile/link-preferences';
var productionLinkPreferencesUrl = exports.productionLinkPreferencesUrl = 'https://id.atlassian.com/manage-profile/link-preferences';