From ca59af12c6bf21ac979238f6bba1b61c2afd4b3e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 10 Jul 2022 15:48:02 +0200 Subject: [PATCH] chore: Remove unused import --- config/build-order.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/build-order.mjs b/config/build-order.mjs index fae9f1facb6..5ffb77fb13c 100644 --- a/config/build-order.mjs +++ b/config/build-order.mjs @@ -1,4 +1,4 @@ -import { designs, plugins, packages, software } from './software/index.mjs' +import { designs, plugins, packages } from './software/index.mjs' /* * As this monorepo has interlocking dependencies