mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
removed default export
This commit is contained in:
parent
b5114fa73a
commit
06b5b83588
18 changed files with 22 additions and 64 deletions
|
|
@ -29,7 +29,7 @@ const
|
|||
propertyIsMail = prop => prop.isType(ContactPropertyType.Email),
|
||||
propertyIsName = prop => prop.isType(ContactPropertyType.FirstName) || prop.isType(ContactPropertyType.LastName);
|
||||
|
||||
class ContactsPopupView extends AbstractViewPopup {
|
||||
export class ContactsPopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('Contacts');
|
||||
|
||||
|
|
@ -518,5 +518,3 @@ class ContactsPopupView extends AbstractViewPopup {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
export { ContactsPopupView, ContactsPopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue