mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
removed default export
This commit is contained in:
parent
b5114fa73a
commit
06b5b83588
18 changed files with 22 additions and 64 deletions
|
|
@ -17,7 +17,7 @@ import { AbstractViewPopup } from 'Knoin/AbstractViews';
|
|||
import { setFolder, getFolderFromCacheList } from 'Common/Cache';
|
||||
import { FolderModel } from 'Model/FolderCollection';
|
||||
|
||||
class FolderCreatePopupView extends AbstractViewPopup {
|
||||
export class FolderCreatePopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('FolderCreate');
|
||||
|
||||
|
|
@ -91,5 +91,3 @@ class FolderCreatePopupView extends AbstractViewPopup {
|
|||
this.selectedParentValue('');
|
||||
}
|
||||
}
|
||||
|
||||
export { FolderCreatePopupView, FolderCreatePopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue