/* eslint-disable */
import React from 'react';

export default () => (
  <section className="demo__section">
    <header className="demo__section-header">
      <h2>Components</h2>
    </header>
    <p>
      Re-flex has 2 components, <code>Flex</code> and <code>Box</code>.
      Components are nested and configured to acheive the desired layout.
    </p>
  </section>
);