@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
9 lines (8 loc) • 385 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationSkeleton = void 0;
const tslib_1 = require("tslib");
const Notification_1 = tslib_1.__importDefault(require("./Notification"));
const Skeleton_1 = tslib_1.__importDefault(require("./Skeleton"));
exports.NotificationSkeleton = Skeleton_1.default;
exports.default = Notification_1.default;
;