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