mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 12:32:40 +08:00
Remove unused imports
This commit is contained in:
parent
7f62d9b7aa
commit
d528498d8d
1 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ import {
|
|||
|
||||
import {
|
||||
elementById,
|
||||
leftPanelDisabled,
|
||||
keyScopeReal,
|
||||
Settings,
|
||||
SettingsCapa,
|
||||
|
@ -39,7 +38,6 @@ import { AccountUserStore } from 'Stores/User/Account';
|
|||
import { FolderUserStore, isAllowedKeyword } from 'Stores/User/Folder';
|
||||
import { MessageUserStore } from 'Stores/User/Message';
|
||||
import { MessagelistUserStore } from 'Stores/User/Messagelist';
|
||||
import { ThemeStore } from 'Stores/Theme';
|
||||
|
||||
import * as Local from 'Storage/Client';
|
||||
|
||||
|
|
Loading…
Reference in a new issue