remove old import

This commit is contained in:
HotSwapp
2025-08-14 21:27:34 -05:00
parent bfc04a6909
commit 679ab4446a
17 changed files with 2016 additions and 557 deletions

View File

@@ -7,7 +7,7 @@ let keyboardShortcutsEnabled = true;
function initializeKeyboardShortcuts() {
document.addEventListener('keydown', handleKeyboardShortcuts);
console.log('Keyboard shortcuts initialized');
// Keyboard shortcuts initialized
}
function handleKeyboardShortcuts(event) {