chore: update sitemap with signature tools and clean unused imports

This commit is contained in:
abdullahalam123
2026-01-07 16:55:12 +05:30
parent b51d611c8a
commit 4cec0e2be4
134 changed files with 85168 additions and 52844 deletions

View File

@@ -1,20 +1,12 @@
import { categories } from './config/tools.js';
import {
dom,
switchView,
hideAlert,
showLoader,
hideLoader,
showAlert,
} from './ui.js';
import { state, resetState } from './state.js';
import { dom, switchView, hideAlert } from './ui.js';
import { ShortcutsManager } from './logic/shortcuts.js';
import { createIcons, icons } from 'lucide';
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, injectVersion } from '../version.js';
import { APP_VERSION } from '../version.js';
import {
initI18n,
applyTranslations,