From 882f135abca7895ad2f97989413e5840dc397093 Mon Sep 17 00:00:00 2001 From: Sebastian Espei Date: Mon, 30 Mar 2026 02:04:39 +0200 Subject: [PATCH] fix: remove unused APP_VERSION import --- src/js/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/main.ts b/src/js/main.ts index 50458f2..5bb7978 100644 --- a/src/js/main.ts +++ b/src/js/main.ts @@ -6,7 +6,6 @@ import '@phosphor-icons/web/regular'; import * as pdfjsLib from 'pdfjs-dist'; import '../css/styles.css'; import { formatShortcutDisplay, formatStars } from './utils/helpers.js'; -import { APP_VERSION } from '../version.js'; import { initI18n, applyTranslations,