mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
Fix eslint issue on FocussedPerspectiveStore
This commit is contained in:
parent
406270d0c6
commit
6ccc9de275
1 changed files with 0 additions and 3 deletions
|
@ -6,9 +6,6 @@ import * as Utils from './utils';
|
|||
import RegExpUtils from '../../regexp-utils';
|
||||
import { AccountStore } from '../stores/account-store';
|
||||
import { localized } from '../../intl';
|
||||
import { ContactGroup } from './contact-group';
|
||||
|
||||
let FocusedPerspectiveStore = null; // Circular Dependency
|
||||
|
||||
export interface ContactInfoVCF {
|
||||
vcf: string;
|
||||
|
|
Loading…
Reference in a new issue