From a5fffe4afa8367b6522036eb7a144a5ad506157a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@googlemail.com> Date: Tue, 20 Jun 2017 20:15:25 +0100 Subject: [PATCH] fix ambiguity --- src/BasePlatform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BasePlatform.js b/src/BasePlatform.js index e45f4a57b9..a920479823 100644 --- a/src/BasePlatform.js +++ b/src/BasePlatform.js @@ -17,7 +17,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -import dis from 'dispatcher'; +import dis from './dispatcher'; /** * Base class for classes that provide platform-specific functionality