1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-02 20:28:38 -04:00

Move models.js to browserify/require() format

This commit is contained in:
2016-02-13 16:31:12 -05:00
parent 5b5fd6ef78
commit da7fbeecaf
8 changed files with 65 additions and 11 deletions

View File

@ -9,6 +9,8 @@ var MenuItem = ReactBootstrap.MenuItem;
var Row = ReactBootstrap.Row;
var Col = ReactBootstrap.Col;
var User = require('./models.js').User;
const LoginBar = React.createClass({
getInitialState: function() {
return {username: '', password: ''};