import React from "react";

export default class About extends React.Component {
  render() {
    return <div>Here be the presentation of the experiement(ers).</div>;
  }
}
