Skip to content

Commit

Permalink
fix: change provider export path
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanaaaaaa committed Sep 10, 2024
1 parent 54217b8 commit 4c4b0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default as AmityUiKitProvider } from '~/v4/core/providers/AmityUIKitProvider';
export { default as AmityUiKitProvider } from '~/core/providers/UiKitProvider';
export { default as AmityUiKitFeed } from '~/social/components/Feed';
export { default as AmityUiKitSocial } from '~/social/pages/Application';
export { default as AmityUiKitChat } from '~/chat/pages/Application';
Expand Down

0 comments on commit 4c4b0a2

Please sign in to comment.