Skip to content

Commit e5737a2

Browse files
committed
chore(NcUserBubble): directly import components without re-export
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent ab2e398 commit e5737a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/NcUserBubble/NcUserBubble.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ import type { RouteLocation } from 'vue-router'
6969
7070
import { computed, warn, watch } from 'vue'
7171
import { RouterLink } from 'vue-router'
72+
import NcAvatar from '../NcAvatar/NcAvatar.vue'
73+
import NcPopover from '../NcPopover/NcPopover.vue'
7274
import NcUserBubbleDiv from './NcUserBubbleDiv.vue'
73-
import NcAvatar from '../NcAvatar/index.js'
74-
import NcPopover from '../NcPopover/index.js'
7575
7676
/**
7777
* Default popover state. Requires the UserBubble

0 commit comments

Comments
 (0)