fix: export unexported methods

This commit is contained in:
kyranjamie
2023-01-26 19:00:18 +01:00
committed by janniks
parent 489fa29cfb
commit 0406085980

View File

@@ -5,5 +5,7 @@ export * from './models/account';
export * from './models/common';
export * from './models/profile';
export * from './models/wallet-config';
export * from './models/legacy-wallet-config';
export * from './encryption';
export * from './triplesec';
export * from './utils';