Skip to content

Commit

Permalink
chore(storage): rename createStore to create
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Jul 3, 2024
1 parent 8787d63 commit 52a52ce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage/src/storage-browser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export {
ListCallerAccessGrantsOutput,
} from './listCallerAccessGrants';
export { createLocationCredentialsHandler } from './createLocationCredentialsHandler';
export { createLocationCredentialsStore } from './locationCredentialsStore/createStore';
export { createLocationCredentialsStore } from './locationCredentialsStore/create';
export {
managedAuthAdapter,
ManagedAuthAdapterInput,
Expand Down

0 comments on commit 52a52ce

Please sign in to comment.