UNPKG

create-empirica-app

Version:
8 lines (6 loc) 173 B
import React from "react"; export default class About extends React.Component { render() { return <div>Here be the presentation of the experiement(ers).</div>; } }