feat: Extract dashboard status buttons and contact information into reusable components, adding show/hide functionality for contact details.

This commit is contained in:
pradeepkumar
2026-01-18 19:44:24 +05:30
parent 867fb0693b
commit eea3016489
5 changed files with 109 additions and 46 deletions

View File

@@ -10,3 +10,5 @@ export { ExperienceSection } from './ExperienceSection';
export { SpecializationSection } from './SpecializationSection';
export { TestimonialCard } from './TestimonialCard';
export { TestimonialsSection } from './TestimonialsSection';
export { StatusButtons } from './StatusButtons';
export { ContactInfo } from './ContactInfo';