From 0298f536e0c009c0a97ee317aa2ad2ad800b06ec Mon Sep 17 00:00:00 2001 From: WBHarry Date: Tue, 10 Mar 2026 18:33:50 +0100 Subject: [PATCH] Removed unused imports --- module/helpers/utils.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/module/helpers/utils.mjs b/module/helpers/utils.mjs index 21280c8c..5704b891 100644 --- a/module/helpers/utils.mjs +++ b/module/helpers/utils.mjs @@ -1,4 +1,3 @@ -import { adversaryResources, characterResources, companionResources } from '../config/actorConfig.mjs'; import { diceTypes, getDiceSoNicePresets, getDiceSoNicePreset, range } from '../config/generalConfig.mjs'; import Tagify from '@yaireo/tagify';