Skip to content

Commit

Permalink
Import _.invert in the exploration router module (oops) (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Aug 13, 2020
1 parent 1ff2ab1 commit 106bd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/navigation/exploration-router.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { extend } from 'lodash';
import { extend, invert } from 'lodash';

import Router from '../core/router';
import routePatterns from '../explorer/route-patterns';
Expand Down

0 comments on commit 106bd07

Please sign in to comment.