mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Cleanup and split Enums
This commit is contained in:
parent
864da66b5f
commit
f3bfa0e8c1
31 changed files with 315 additions and 344 deletions
|
|
@ -3,14 +3,17 @@ import ko from 'ko';
|
|||
import {
|
||||
Capa,
|
||||
KeyState,
|
||||
ComposeType,
|
||||
StorageResultType,
|
||||
EditorDefaultType,
|
||||
Notification,
|
||||
SetSystemFoldersNotification,
|
||||
UploadErrorCode
|
||||
} from 'Common/Enums';
|
||||
|
||||
import {
|
||||
ComposeType,
|
||||
EditorDefaultType,
|
||||
SetSystemFoldersNotification
|
||||
} from 'Common/EnumsUser';
|
||||
|
||||
import { inFocus, pInt } from 'Common/Utils';
|
||||
import { encodeHtml, delegateRunOnDestroy } from 'Common/UtilsUser';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue