@selfcommunity/react-templates
Version:
React Templates Components to integrate a Community created with SelfCommunity.
17 lines (16 loc) • 1.6 kB
JavaScript
import Category, { CategorySkeleton } from './components/Category';
import CategoryFeed, { CategoryFeedSkeleton } from './components/CategoryFeed';
import ExploreFeed, { ExploreFeedSkeleton } from './components/ExploreFeed';
import FeedObjectDetail, { FeedObjectDetailSkeleton } from './components/FeedObjectDetail';
import MainFeed, { MainFeedSkeleton } from './components/MainFeed';
import NotificationFeed, { NotificationFeedSkeleton } from './components/NotificationFeed';
import UserFeed, { UserFeedSkeleton } from './components/UserFeed';
import UserProfile, { UserProfileSkeleton } from './components/UserProfile';
import LoyaltyProgramDetail, { LoyaltyProgramDetailSkeleton } from './components/LoyaltyProgramDetail';
import Group, { GroupSkeleton } from './components/Group';
import GroupFeed, { GroupFeedSkeleton } from './components/GroupFeed';
import Event, { EventSkeleton } from './components/Event';
import EventFeed, { EventFeedSkeleton } from './components/EventFeed';
import Lesson from './components/Lesson';
import Course, { TeacherSkeleton, StudentSkeleton } from './components/Course';
export { Category, CategorySkeleton, CategoryFeed, CategoryFeedSkeleton, Course, TeacherSkeleton, StudentSkeleton, ExploreFeed, ExploreFeedSkeleton, FeedObjectDetail, FeedObjectDetailSkeleton, MainFeed, MainFeedSkeleton, NotificationFeed, NotificationFeedSkeleton, UserFeed, UserFeedSkeleton, UserProfile, UserProfileSkeleton, LoyaltyProgramDetail, LoyaltyProgramDetailSkeleton, GroupFeed, GroupFeedSkeleton, Group, GroupSkeleton, Event, EventSkeleton, EventFeed, EventFeedSkeleton, Lesson };