import React from 'react';

export default () => {
  return (
    <div className="form-container">
      <h2>Container</h2>
    </div>
  );
};
