10 lines
404 B
TypeScript
10 lines
404 B
TypeScript
|
|
// Dashboard Components
|
||
|
|
export { StarRating } from './StarRating';
|
||
|
|
export { Tag } from './Tag';
|
||
|
|
export { InfoCard } from './InfoCard';
|
||
|
|
export { SpecializationCard } from './SpecializationCard';
|
||
|
|
export { ProfileSidebar } from './ProfileSidebar';
|
||
|
|
export { ProfileHeader } from './ProfileHeader';
|
||
|
|
export { ExperienceSection } from './ExperienceSection';
|
||
|
|
export { TestimonialCard } from './TestimonialCard';
|