Files
frontend/src/app/(agent)/agent/dashboard/component/index.ts

10 lines
404 B
TypeScript
Raw Normal View History

2026-01-12 12:34:58 +05:30
// 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';