Skip to content

Commit

Permalink
fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
echenley committed Oct 19, 2015
1 parent 0988aa2 commit e25e83c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/stores/UserStore.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
'use strict';

import Reflux from 'reflux';
import { update } from 'react-addons-update';
import update from 'react-addons-update';
import Actions from '../actions/Actions';
import { firebaseUrl } from '../util/constants';

import Firebase from 'firebase';
const baseRef = new Firebase(firebaseUrl);
const usersRef = baseRef.child('users');


const defaultUser = {
uid: '',
username: '',
Expand Down

0 comments on commit e25e83c

Please sign in to comment.