mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29: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
|
|
@ -2,7 +2,7 @@ import { change } from 'Common/Links';
|
|||
|
||||
import { AbstractModel } from 'Knoin/AbstractModel';
|
||||
|
||||
class AccountModel extends AbstractModel {
|
||||
export class AccountModel extends AbstractModel {
|
||||
/**
|
||||
* @param {string} email
|
||||
* @param {boolean=} canBeDelete = true
|
||||
|
|
@ -28,5 +28,3 @@ class AccountModel extends AbstractModel {
|
|||
return change(this.email);
|
||||
}
|
||||
}
|
||||
|
||||
export { AccountModel, AccountModel as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue