mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +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 { convertLangName } from 'Common/Translator';
|
|||
|
||||
import { AbstractViewPopup } from 'Knoin/AbstractViews';
|
||||
|
||||
class LanguagesPopupView extends AbstractViewPopup {
|
||||
export class LanguagesPopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('Languages');
|
||||
|
||||
|
|
@ -55,5 +55,3 @@ class LanguagesPopupView extends AbstractViewPopup {
|
|||
this.cancelCommand();
|
||||
}
|
||||
}
|
||||
|
||||
export { LanguagesPopupView, LanguagesPopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue