Fix: remove broken import in desktop.js that caused 404 and extension load failure

This commit is contained in:
2026-07-12 18:14:59 +02:00
parent 59b125fd2a
commit 28ef82aae7
-1
View File
@@ -7,7 +7,6 @@ import { i18n } from '../../core/i18n.js';
import { extensionSettings, lastGeneratedData, committedTrackerData } from '../../core/state.js'; import { extensionSettings, lastGeneratedData, committedTrackerData } from '../../core/state.js';
import { hexToRgba } from './theme.js'; import { hexToRgba } from './theme.js';
import { repairJSON } from '../../utils/jsonRepair.js'; import { repairJSON } from '../../utils/jsonRepair.js';
import { invalidateCache } from './renderUtils.js';
/** /**
* Helper to parse time string and calculate clock hand angles * Helper to parse time string and calculate clock hand angles