diff --git a/invoke.js b/invoke.js index 4efed1a58..006977e1f 100644 --- a/invoke.js +++ b/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`.