fix(stage-ui): import type issue

This commit is contained in:
Neko Ayaka
2026-01-07 22:26:27 +08:00
parent 3d63138b41
commit b9ae0eee12
2 changed files with 2 additions and 2 deletions
@@ -1 +1 @@
export { default as MarkdownRenderer } from './MarkdownRenderer.vue'
export { default as MarkdownRenderer } from './markdown-renderer.vue'
@@ -5,7 +5,7 @@ import { FieldCheckbox, FieldSelect } from '@proj-airi/ui'
import { computed, onUnmounted, ref, watch } from 'vue'
import { useI18n } from 'vue-i18n'
import SpeechStreamingPlayground from './SpeechStreamingPlayground.vue'
import SpeechStreamingPlayground from './speech-streaming-playground.vue'
import { TestDummyMarker } from '../../gadgets'