mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Name Registration component
This commit is contained in:
parent
fcec859cbe
commit
8b8aa0ee48
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@ require('./registration.scss');
|
|||
|
||||
Modal.setAppElement(document.getElementById('view'));
|
||||
|
||||
module.exports = React.createClass({
|
||||
var Registration = React.createClass({
|
||||
propTypes: {
|
||||
isOpen: React.PropTypes.bool,
|
||||
onRegistrationDone: React.PropTypes.func,
|
||||
|
@ -32,3 +32,5 @@ module.exports = React.createClass({
|
|||
);
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = Registration;
|
||||
|
|
Loading…
Reference in a new issue