split componeent
This commit is contained in:
9
src/app/(agent)/agent/dashboard/component/index.ts
Normal file
9
src/app/(agent)/agent/dashboard/component/index.ts
Normal 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';
|
||||
Reference in New Issue
Block a user