import { SectionCard } from '@/atoms/section-card'; import type { ExperienceSection as ExperienceSectionProps } from '@/types/experience-section'; export const ExperienceSection = (props: ExperienceSectionProps) => Experience section;