Skip to content

Commit

Permalink
fix isDevMode import
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldox committed Feb 6, 2018
1 parent b9c6a7f commit a585f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/UserStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { observable, computed, action } from 'mobx';
import moment from 'moment';
import jwt from 'jsonwebtoken';

import { isDevMode } from '../environment';
import Store from './lib/Store';
import Request from './lib/Request';
import CachedRequest from './lib/CachedRequest';
Expand Down

0 comments on commit a585f2b

Please sign in to comment.