import React, {Component} from 'react'; export default class Signup extends Component{ render() { return( "This is the register page" ) } }