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
|
|
@ -5,7 +5,7 @@ import Remote from 'Remote/User/Fetch';
|
|||
import { decorateKoCommands } from 'Knoin/Knoin';
|
||||
import { AbstractViewPopup } from 'Knoin/AbstractViews';
|
||||
|
||||
class AccountPopupView extends AbstractViewPopup {
|
||||
export class AccountPopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('Account');
|
||||
|
||||
|
|
@ -79,5 +79,3 @@ class AccountPopupView extends AbstractViewPopup {
|
|||
this.submitErrorAdditional('');
|
||||
}
|
||||
}
|
||||
|
||||
export { AccountPopupView, AccountPopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue