mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
removed default export
This commit is contained in:
parent
b5114fa73a
commit
06b5b83588
18 changed files with 22 additions and 64 deletions
|
|
@ -3,7 +3,7 @@ import { isFunction } from 'Common/Utils';
|
|||
|
||||
import { AbstractViewPopup } from 'Knoin/AbstractViews';
|
||||
|
||||
class AskPopupView extends AbstractViewPopup {
|
||||
export class AskPopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('Ask');
|
||||
|
||||
|
|
@ -86,5 +86,3 @@ AskPopupView.password = function(sAskDesc, btnText) {
|
|||
]);
|
||||
});
|
||||
}
|
||||
|
||||
export { AskPopupView, AskPopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue