refactor(pastel): remove keyboard shortcuts and useKeyboard hook

This commit is contained in:
2026-02-23 08:41:32 +01:00
parent 2160b9aaa0
commit fd2ada4438
3 changed files with 0 additions and 138 deletions

View File

@@ -1,5 +1,4 @@
export * from './api/queries';
export * from './stores/historyStore';
export * from './hooks/useKeyboard';
export * from './utils/color';
export * from './utils/export';