From e309c32d8f63d6b9c87ee0f671000ff309e75005 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 9 Jun 2026 09:11:49 +1000 Subject: [PATCH] fix: remove dead resolveIcon import from icon_picker.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The import was unused — resolveIcon is never called in this file. Co-Authored-By: Claude Opus 4.8 --- public/views/icon_picker.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/views/icon_picker.js b/public/views/icon_picker.js index 20fbaae..22bea52 100644 --- a/public/views/icon_picker.js +++ b/public/views/icon_picker.js @@ -1,7 +1,6 @@ // public/views/icon_picker.js — inline picker with Type + Brand tabs. import { el, mount, clear } from '../dom.js'; import { api } from '../api.js'; -import { resolveIcon } from './icon_util.js'; // onPick(ref) called with 'set::' or 'brand:'. Returns an element. export function iconPicker(currentRef, onPick) {