mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 06:47:05 +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 {
|
||||
getFolderHash,
|
||||
getFolderInboxName,
|
||||
getFolderUidNext,
|
||||
getFolderFromCacheList,
|
||||
MessageFlagsCache
|
||||
|
|
Loading…
Reference in a new issue