Skip to content

Commit

Permalink
fix(translate): changes getNested import method
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Wensink committed Aug 15, 2017
1 parent b5e8e12 commit cd2c587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Site.ts
@@ -1,7 +1,7 @@
import { polyfill } from 'es6-promise';
import 'isomorphic-fetch';
import * as deepmerge from 'deepmerge';
import getNested from 'get-nested';
import * as getNested from 'get-nested';

polyfill();

Expand Down

0 comments on commit cd2c587

Please sign in to comment.