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
|
|
@ -1,7 +1,7 @@
|
|||
import { doc } from 'Common/Globals';
|
||||
import { AbstractViewPopup } from 'Knoin/AbstractViews';
|
||||
|
||||
class OpenPgpKeyPopupView extends AbstractViewPopup {
|
||||
export class OpenPgpKeyPopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('OpenPgpKey');
|
||||
|
||||
|
|
@ -124,5 +124,3 @@ class OpenPgpKeyPopupView extends AbstractViewPopup {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
export { OpenPgpKeyPopupView, OpenPgpKeyPopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue