@kalamazoo/focused-task-close-account
Version:
This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR "Right to be forgotten".
7 lines • 334 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var FocusedTaskCloseAccount_1 = require("./FocusedTaskCloseAccount");
exports.default = FocusedTaskCloseAccount_1.default;
tslib_1.__exportStar(require("./FocusedTaskCloseAccount"), exports);
//# sourceMappingURL=index.js.map