Merge branch 'develop' into feature/subscription-info-in-preferences

This commit is contained in:
Antonella Sgarlatta
2021-09-13 12:05:23 -03:00
24 changed files with 691 additions and 77 deletions

View File

@@ -1,2 +1,3 @@
export { default as Sync } from './Sync';
export { SubscriptionWrapper } from './subscription/SubscriptionWrapper';
export { Sync } from './Sync';
export { Credentials } from './Credentials';