Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Cap32 committed Feb 9, 2018
1 parent 4c2ce34 commit e9658a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RouterStore.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { observable, computed, autorun, extendObservable } from 'mobx';
import { observable, computed } from 'mobx';
import { parse, stringify } from './queryString';

const stripQuery = (loc) => {
Expand Down

0 comments on commit e9658a9

Please sign in to comment.