Alphabatize exports

This commit is contained in:
Adam Harvey
2020-12-10 16:04:02 -05:00
parent 5010207814
commit be5becc636
@@ -25,9 +25,9 @@ export * from './auth';
export * from './AlertApi';
export * from './AppThemeApi';
export * from './ConfigApi';
export * from './DiscoveryApi';
export * from './ErrorApi';
export * from './FeatureFlagsApi';
export * from './DiscoveryApi';
export * from './IdentityApi';
export * from './OAuthRequestApi';
export * from './StorageApi';