Skip to content

Commit

Permalink
Fixin imports in invoke. (#3001)
Browse files Browse the repository at this point in the history
  • Loading branch information
falsyvalues authored and jdalton committed Feb 13, 2017
1 parent 4f3ef2e commit 3411cce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions invoke.js
@@ -1,8 +1,8 @@
import apply from './apply.js'
import castPath from './castPath.js'
import last from '../last.js'
import parent from './parent.js'
import toKey from './toKey.js'
import apply from './.internal/apply.js'
import castPath from './.internal/castPath.js'
import last from './last.js'
import parent from './.internal/parent.js'
import toKey from './.internal/toKey.js'

/**
* Invokes the method at `path` of `object`.
Expand Down

0 comments on commit 3411cce

Please sign in to comment.