feat: Add user profile page and new modular profile components, integrating them into the agent dashboard.
This commit is contained in:
12
src/components/profile/index.ts
Normal file
12
src/components/profile/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// Shared Profile Components
|
||||
export { StarRating } from './StarRating';
|
||||
export { Tag } from './Tag';
|
||||
export { InfoCard } from './InfoCard';
|
||||
export { SpecializationCard } from './SpecializationCard';
|
||||
export { ProfileCard } from './ProfileCard';
|
||||
export { ExperienceSection } from './ExperienceSection';
|
||||
export { SpecializationSection } from './SpecializationSection';
|
||||
export { TestimonialCard } from './TestimonialCard';
|
||||
export { TestimonialsSection } from './TestimonialsSection';
|
||||
export { StatusButtons } from './StatusButtons';
|
||||
export { ContactInfo } from './ContactInfo';
|
||||
Reference in New Issue
Block a user