UNPKG

@selfcommunity/react-templates

Version:

React Templates Components to integrate a Community created with SelfCommunity.

5 lines (4 loc) 222 B
import NotificationFeedSkeleton from './Skeleton'; import NotificationFeed, { NotificationFeedProps } from './NotificationFeed'; export default NotificationFeed; export { NotificationFeedProps, NotificationFeedSkeleton };