refactor: repo (#1070)
This commit is contained in:
8
packages/web/src/javascripts/Constants/ElementIDs.ts
Normal file
8
packages/web/src/javascripts/Constants/ElementIDs.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const ElementIds = {
|
||||
NoteTextEditor: 'note-text-editor',
|
||||
NoteTitleEditor: 'note-title-editor',
|
||||
FileTitleEditor: 'file-title-editor',
|
||||
FileTextPreview: 'file-text-preview',
|
||||
EditorContent: 'editor-content',
|
||||
EditorColumn: 'editor-column',
|
||||
}
|
||||
Reference in New Issue
Block a user