feat: added keyboard shortcut indication

This commit is contained in:
2025-11-09 19:19:22 +05:30
parent 1dba1bdb8c
commit a2c29e87fd
14 changed files with 786 additions and 1804 deletions

View File

@@ -3,7 +3,6 @@
"compilerOptions": {
"allowImportingTsExtensions": true,
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}