From ffc26b31689373a347cfadb1b0568098147e2dd8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 13 Aug 2018 11:01:20 +0200 Subject: [PATCH] :rotating_light: Removed unused import --- src/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index c4f3a0479eb..e48092a401d 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,5 +1,4 @@ import Point from "./point"; -import Path from "./path"; import { round } from "./round"; /** Returns internal hook name for a macro */