mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
fix(stage-ui): import type issue
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user