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
|
|
@ -10,7 +10,7 @@ import { decorateKoCommands, showScreenPopup } from 'Knoin/Knoin';
|
|||
import { AbstractViewPopup } from 'Knoin/AbstractViews';
|
||||
import { AskPopupView } from 'View/Popup/Ask';
|
||||
|
||||
class PluginPopupView extends AbstractViewPopup {
|
||||
export class PluginPopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('Plugin');
|
||||
|
||||
|
|
@ -116,5 +116,3 @@ class PluginPopupView extends AbstractViewPopup {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
export { PluginPopupView, PluginPopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue