UNPKG

@selfcommunity/react-templates

Version:

React Templates Components to integrate a Community created with SelfCommunity.

5 lines (4 loc) 205 B
import Course, { CourseProps } from './Course'; import { TeacherSkeleton, StudentSkeleton } from '@selfcommunity/react-ui'; export default Course; export { CourseProps, TeacherSkeleton, StudentSkeleton };