mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
removed default export
This commit is contained in:
parent
b5114fa73a
commit
06b5b83588
18 changed files with 22 additions and 64 deletions
|
|
@ -9,7 +9,7 @@ import Remote from 'Remote/User/Fetch';
|
|||
import { decorateKoCommands } from 'Knoin/Knoin';
|
||||
import { AbstractViewPopup } from 'Knoin/AbstractViews';
|
||||
|
||||
class FolderClearPopupView extends AbstractViewPopup {
|
||||
export class FolderClearPopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('FolderClear');
|
||||
|
||||
|
|
@ -67,5 +67,3 @@ class FolderClearPopupView extends AbstractViewPopup {
|
|||
this.selectedFolder(folder || null);
|
||||
}
|
||||
}
|
||||
|
||||
export { FolderClearPopupView, FolderClearPopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue