Skip to content

Commit

Permalink
aws-amplify has named export DataStore
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Apr 15, 2020
1 parent 1158231 commit a07e0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-amplify/src/__tests__/exports-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe('aws-amplify', () => {
"API",
"APIClass",
"graphqlOperation",
"DataStore",
"PubSub",
"Cache",
"Interactions",
Expand Down
1 change: 1 addition & 0 deletions packages/aws-amplify/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export {
export { Auth } from '@aws-amplify/auth';
export { Storage, StorageClass } from '@aws-amplify/storage';
export { API, APIClass, graphqlOperation } from '@aws-amplify/api';
export { DataStore } from '@aws-amplify/datastore';
export { PubSub } from '@aws-amplify/pubsub';
export { default as Cache } from '@aws-amplify/cache';
export { Interactions } from '@aws-amplify/interactions';
Expand Down

0 comments on commit a07e0ac

Please sign in to comment.