split componeent

This commit is contained in:
pradeepkumar
2026-01-12 12:34:58 +05:30
parent 36eb93c264
commit cc631fefa7
12 changed files with 492 additions and 351 deletions

View File

@@ -0,0 +1,9 @@
// 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';