From 28ef82aae722836d17e29197473b8b428ecf33f3 Mon Sep 17 00:00:00 2001 From: ARIA Date: Sun, 12 Jul 2026 18:14:59 +0200 Subject: [PATCH] Fix: remove broken import in desktop.js that caused 404 and extension load failure --- src/systems/ui/desktop.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/systems/ui/desktop.js b/src/systems/ui/desktop.js index 2a847b0..582cf48 100644 --- a/src/systems/ui/desktop.js +++ b/src/systems/ui/desktop.js @@ -7,7 +7,6 @@ import { i18n } from '../../core/i18n.js'; import { extensionSettings, lastGeneratedData, committedTrackerData } from '../../core/state.js'; import { hexToRgba } from './theme.js'; import { repairJSON } from '../../utils/jsonRepair.js'; -import { invalidateCache } from './renderUtils.js'; /** * Helper to parse time string and calculate clock hand angles