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
|
|
@ -7,7 +7,7 @@ import { AbstractViewPopup } from 'Knoin/AbstractViews';
|
|||
|
||||
const reEmail = /^[^@\s]+@[^@\s]+$/;
|
||||
|
||||
class IdentityPopupView extends AbstractViewPopup {
|
||||
export class IdentityPopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('Identity');
|
||||
|
||||
|
|
@ -170,5 +170,3 @@ class IdentityPopupView extends AbstractViewPopup {
|
|||
this.clearPopup();
|
||||
}
|
||||
}
|
||||
|
||||
export { IdentityPopupView, IdentityPopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue