import { SectionProps } from './types';

export const Section = (props: SectionProps) => null;
