mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
removed default export
This commit is contained in:
parent
b5114fa73a
commit
06b5b83588
18 changed files with 22 additions and 64 deletions
|
|
@ -12,7 +12,7 @@ import { AbstractViewPopup } from 'Knoin/AbstractViews';
|
|||
|
||||
import { FilterPopupView } from 'View/Popup/Filter';
|
||||
|
||||
class SieveScriptPopupView extends AbstractViewPopup {
|
||||
export class SieveScriptPopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('SieveScript');
|
||||
|
||||
|
|
@ -134,5 +134,3 @@ class SieveScriptPopupView extends AbstractViewPopup {
|
|||
i18nToNodes(this.viewModelDom);
|
||||
}
|
||||
}
|
||||
|
||||
export { SieveScriptPopupView, SieveScriptPopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue