import React from 'react';
export default function Section({ children }) {
  return <section>{children}</section>;
}
