mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
export const SETTINGS_PAGE_SHORTCUT = 'N+S';
|
|
export const DOCUMENTS_PAGE_SHORTCUT = 'N+D';
|
|
export const TEMPLATES_PAGE_SHORTCUT = 'N+T';
|