mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +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 { MessagelistUserStore } from 'Stores/User/Messagelist';
|
|||
import { AbstractViewPopup } from 'Knoin/AbstractViews';
|
||||
import { FolderUserStore } from 'Stores/User/Folder';
|
||||
|
||||
class AdvancedSearchPopupView extends AbstractViewPopup {
|
||||
export class AdvancedSearchPopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('AdvancedSearch');
|
||||
|
||||
|
|
@ -123,5 +123,3 @@ class AdvancedSearchPopupView extends AbstractViewPopup {
|
|||
this.parseSearchStringValue(search);
|
||||
}
|
||||
}
|
||||
|
||||
export { AdvancedSearchPopupView, AdvancedSearchPopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue