Removed unused var

This commit is contained in:
djmaze 2021-11-25 14:21:09 +01:00
parent 0b657359fa
commit 664f2d466a

View file

@ -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 {