diff --git a/app/soapbox/utils/pgp.ts b/app/soapbox/utils/pgp.ts index f02127cc1..24e9365bf 100644 --- a/app/soapbox/utils/pgp.ts +++ b/app/soapbox/utils/pgp.ts @@ -1,4 +1,4 @@ -import { generateKey } from 'openpgp/lightweight'; +import { generateKey } from 'openpgp'; import KVStore from 'soapbox/storage/kv_store';