UNPKG

@selfcommunity/react-templates

Version:

React Templates Components to integrate a Community created with SelfCommunity.

5 lines (4 loc) 173 B
import EventFeedSkeleton from './Skeleton'; import EventFeed, { EventFeedProps } from './EventFeed'; export default EventFeed; export { EventFeedProps, EventFeedSkeleton };