mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Cleanup and split Enums
This commit is contained in:
parent
864da66b5f
commit
f3bfa0e8c1
31 changed files with 315 additions and 344 deletions
|
|
@ -2,15 +2,18 @@ import { pInt, pString } from 'Common/Utils';
|
|||
import { isPosNumeric, delegateRunOnDestroy, mailToHelper } from 'Common/UtilsUser';
|
||||
|
||||
import {
|
||||
Layout,
|
||||
Capa,
|
||||
StorageResultType,
|
||||
Notification,
|
||||
Notification
|
||||
} from 'Common/Enums';
|
||||
|
||||
import {
|
||||
Layout,
|
||||
FolderType,
|
||||
SetSystemFoldersNotification,
|
||||
MessageSetAction,
|
||||
ClientSideKeyName
|
||||
} from 'Common/Enums';
|
||||
} from 'Common/EnumsUser';
|
||||
|
||||
import { $htmlCL, leftPanelDisabled } from 'Common/Globals';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue