import React from 'react';

export default function() {
  return (
    <div className="hello">
      <h3>Hello Async Component</h3>
    </div>
  );
}
