devscard/src/components/sections/experience/experience-section.tsx

4 lines
263 B
TypeScript

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