mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 14:57:26 +08:00
Remove unused vars
This commit is contained in:
parent
f20a7c7b83
commit
eb31d0258a
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
import { isArray, arrayLength, pString, pInt, b64EncodeJSONSafe } from 'Common/Utils';
|
import { arrayLength, pString, pInt, b64EncodeJSONSafe } from 'Common/Utils';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
getFolderHash,
|
getFolderHash,
|
||||||
getFolderInboxName,
|
|
||||||
getFolderUidNext,
|
getFolderUidNext,
|
||||||
getFolderFromCacheList,
|
getFolderFromCacheList,
|
||||||
MessageFlagsCache
|
MessageFlagsCache
|
||||||
|
|
Loading…
Reference in a new issue