import React, {ReactElement} from 'react'; import {Helmet} from 'react-helmet'; export default class Page extends React.Component<{ title: string, sessionID: string }> { render(): ReactElement { return ( <> {this.props.title ? this.props.title + ' | OUCC' : 'OUCC'}

Contact Us


If you have any questions or wish to contact the club then please complete the form below and we will get back to you as soon as possible.
{Object.entries({ name: 'Name', email: 'Email', subject: 'Subject' }).map(([k, v], i) => { return ( ) })}
{v + ':'}
Your Message: