Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
fix: update Vue component exports
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Jan 4, 2024
1 parent cf5ebb5 commit 26296c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { default as Motion } from './component/Motion.vue'
export * from './component/Presence.vue'
export * from './component/PresenceGroup.vue'
export { default as Presence } from './component/Presence.vue'
export { default as PresenceGroup } from './component/PresenceGroup.vue'

0 comments on commit 26296c9

Please sign in to comment.