mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
cleanup webpack export references
This commit is contained in:
parent
b1e066d4a7
commit
1535dd00f1
54 changed files with 84 additions and 168 deletions
|
|
@ -6,7 +6,7 @@ import { settings } from 'Common/Links';
|
|||
|
||||
import { AbstractScreen } from 'Knoin/AbstractScreen';
|
||||
|
||||
class AbstractSettingsScreen extends AbstractScreen {
|
||||
export class AbstractSettingsScreen extends AbstractScreen {
|
||||
/**
|
||||
* @param {Array} viewModels
|
||||
*/
|
||||
|
|
@ -181,5 +181,3 @@ class AbstractSettingsScreen extends AbstractScreen {
|
|||
];
|
||||
}
|
||||
}
|
||||
|
||||
export { AbstractSettingsScreen, AbstractSettingsScreen as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue