Fix eslint issue on FocussedPerspectiveStore

This commit is contained in:
Janosch Maier 2022-03-01 20:27:15 +01:00
parent 406270d0c6
commit 6ccc9de275

View file

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