@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
9 lines (8 loc) • 307 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.LEGAL_POLICIES = void 0;
const types_1 = require("@selfcommunity/types");
/**
* Legal policies
*/
exports.LEGAL_POLICIES = [types_1.SCLegalPagePoliciesType.TERMS_AND_CONDITIONS, types_1.SCLegalPagePoliciesType.PRIVACY];
;