@selfcommunity/react-templates
Version:
React Templates Components to integrate a Community created with SelfCommunity.
9 lines (8 loc) • 405 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationFeedSkeleton = void 0;
const tslib_1 = require("tslib");
const Skeleton_1 = tslib_1.__importDefault(require("./Skeleton"));
exports.NotificationFeedSkeleton = Skeleton_1.default;
const NotificationFeed_1 = tslib_1.__importDefault(require("./NotificationFeed"));
exports.default = NotificationFeed_1.default;