Skip to content

Instantly share code, notes, and snippets.

@beaucarnes
Last active May 15, 2019 21:13
Show Gist options
  • Save beaucarnes/3ca13fd5ed1ada48851cd63e5bd3d2b1 to your computer and use it in GitHub Desktop.
Save beaucarnes/3ca13fd5ed1ada48851cd63e5bd3d2b1 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
export default class CreateUser extends Component {
render() {
return (
<div>
<p>You are on the Create User component!</p>
</div>
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment