mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
removed default export
This commit is contained in:
parent
b5114fa73a
commit
06b5b83588
18 changed files with 22 additions and 64 deletions
|
|
@ -137,7 +137,7 @@ class MimePart {
|
|||
}
|
||||
}
|
||||
|
||||
class ComposePopupView extends AbstractViewPopup {
|
||||
export class ComposePopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('Compose');
|
||||
|
||||
|
|
@ -1645,5 +1645,3 @@ class ComposePopupView extends AbstractViewPopup {
|
|||
this.pgpEncrypt(!this.pgpEncrypt()/* && this.canPgpEncrypt()*/);
|
||||
}
|
||||
}
|
||||
|
||||
export { ComposePopupView, ComposePopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue