mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
cleanup webpack export references
This commit is contained in:
parent
b1e066d4a7
commit
1535dd00f1
54 changed files with 84 additions and 168 deletions
|
|
@ -2,7 +2,7 @@ import ko from 'ko';
|
|||
|
||||
import { AbstractModel } from 'Knoin/AbstractModel';
|
||||
|
||||
class IdentityModel extends AbstractModel {
|
||||
export class IdentityModel extends AbstractModel {
|
||||
/**
|
||||
* @param {string} id
|
||||
* @param {string} email
|
||||
|
|
@ -37,5 +37,3 @@ class IdentityModel extends AbstractModel {
|
|||
return name ? name + ' (' + email + ')' : email;
|
||||
}
|
||||
}
|
||||
|
||||
export { IdentityModel, IdentityModel as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue