From 3411cce1d247365772f6e7d365edf474f4cb5e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Lipi=C5=84ski?= Date: Mon, 13 Feb 2017 17:03:41 +0100 Subject: [PATCH] Fixin imports in invoke. (#3001) --- invoke.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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`.