Skip to content

Commit 6b9c767

Browse files
committed
add forgotten import
1 parent 325170e commit 6b9c767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Main/NavigationBar/NavigationContent/ActivityElement.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<script lang="ts" setup>
1111
import type { ActivityTimelineMessage } from '@traptitech/traq'
1212
import { computed } from 'vue'
13+
import MessagePanel from '/@/components/UI/MessagePanel/MessagePanel.vue'
1314
import useChannelPath from '/@/composables/useChannelPath'
1415
1516
const props = defineProps<{

0 commit comments

Comments
 (0)