mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 04:22:15 +08:00
Removed unused var
This commit is contained in:
parent
0b657359fa
commit
664f2d466a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { FolderType, FolderSortMode } from 'Common/EnumsUser';
|
|||
import { UNUSED_OPTION_VALUE } from 'Common/Consts';
|
||||
import { addObservablesTo, addSubscribablesTo, addComputablesTo } from 'Common/Utils';
|
||||
import { getFolderInboxName, getFolderFromCacheList } from 'Common/Cache';
|
||||
import { Settings, SettingsGet } from 'Common/Globals';
|
||||
import { Settings } from 'Common/Globals';
|
||||
//import Remote from 'Remote/User/Fetch'; Circular dependency
|
||||
|
||||
export const FolderUserStore = new class {
|
||||
|
|
Loading…
Reference in a new issue