mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
cleanup webpack export references
This commit is contained in:
parent
b1e066d4a7
commit
1535dd00f1
54 changed files with 84 additions and 168 deletions
|
|
@ -15,7 +15,7 @@ import ThemeStore from 'Stores/Theme';
|
|||
|
||||
const Settings = rl.settings, doc = document;
|
||||
|
||||
class AbstractApp {
|
||||
export class AbstractApp {
|
||||
/**
|
||||
* @param {RemoteStorage|AdminRemoteStorage} Remote
|
||||
*/
|
||||
|
|
@ -130,5 +130,3 @@ class AbstractApp {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
export { AbstractApp, AbstractApp as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue