mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-13 08:04:40 +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 RegExpUtils from '../../regexp-utils';
|
||||||
import { AccountStore } from '../stores/account-store';
|
import { AccountStore } from '../stores/account-store';
|
||||||
import { localized } from '../../intl';
|
import { localized } from '../../intl';
|
||||||
import { ContactGroup } from './contact-group';
|
|
||||||
|
|
||||||
let FocusedPerspectiveStore = null; // Circular Dependency
|
|
||||||
|
|
||||||
export interface ContactInfoVCF {
|
export interface ContactInfoVCF {
|
||||||
vcf: string;
|
vcf: string;
|
||||||
|
|
Loading…
Add table
Reference in a new issue