mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
cleanup webpack export references
This commit is contained in:
parent
b1e066d4a7
commit
1535dd00f1
54 changed files with 84 additions and 168 deletions
|
|
@ -3,7 +3,7 @@ import { ContactPropertyType } from 'Common/Enums';
|
|||
|
||||
import { AbstractModel } from 'Knoin/AbstractModel';
|
||||
|
||||
class ContactModel extends AbstractModel {
|
||||
export class ContactModel extends AbstractModel {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
|
|
@ -122,5 +122,3 @@ class ContactModel extends AbstractModel {
|
|||
return result.join(' ');
|
||||
}
|
||||
}
|
||||
|
||||
export { ContactModel, ContactModel as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue