cleanup webpack export references

This commit is contained in:
djmaze 2021-01-22 16:32:08 +01:00
parent b1e066d4a7
commit 1535dd00f1
54 changed files with 84 additions and 168 deletions

View file

@ -9,7 +9,7 @@ import Remote from 'Remote/User/Fetch';
import { showScreenPopup } from 'Knoin/Knoin';
class OpenPgpUserSettings {
export class OpenPgpUserSettings {
constructor() {
this.openpgpkeys = PgpStore.openpgpkeys;
this.openpgpkeysPublic = PgpStore.openpgpkeysPublic;
@ -64,5 +64,3 @@ class OpenPgpUserSettings {
}, 50);
}
}
export { OpenPgpUserSettings, OpenPgpUserSettings as default };