feat: add templates to command menu

This commit is contained in:
Ephraim Atta-Duncan
2023-12-25 23:16:56 +00:00
parent e9312ada51
commit 8d1b960aa8
2 changed files with 15 additions and 0 deletions

View File

@ -1,2 +1,3 @@
export const SETTINGS_PAGE_SHORTCUT = 'N+S';
export const DOCUMENTS_PAGE_SHORTCUT = 'N+D';
export const TEMPLATES_PAGE_SHORTCUT = 'N+T';