From 0d2673de436d9f589ea353124320eb5865e63df7 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Tue, 2 Mar 2021 21:42:15 -0800 Subject: [PATCH] fix: remove unused import --- bin/run.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/run.js b/bin/run.js index 1d3464c..e5938d3 100755 --- a/bin/run.js +++ b/bin/run.js @@ -53,5 +53,3 @@ export function run(script) { } ); } - -import { script } from "../../script-star-or-unstar/script.js";