From 4f3ef2e8d8ea9e91f5c6b80b65c3fd5585699af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Lipi=C5=84ski?= Date: Mon, 13 Feb 2017 17:02:46 +0100 Subject: [PATCH] Fixin import path to copyArray. (#3000) --- shuffle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shuffle.js b/shuffle.js index aa18d8706..dc45d1230 100644 --- a/shuffle.js +++ b/shuffle.js @@ -1,4 +1,4 @@ -import copyArray from './copyArray.js' +import copyArray from './.internal/copyArray.js' /** * Creates an array of shuffled values, using a version of the