refactor(utils): add barrel exports

This commit is contained in:
2026-06-18 11:58:50 +08:00
parent 428402d4b1
commit 0d0dabaace
34 changed files with 48 additions and 51 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
*
* 注:Web Speech API 在 Chrome / Edge 完整支持;Safari / Firefox 仅录音。
*/
import { Result } from "@/utils/result";
import { Result } from "@/utils";
export interface SpeechRecognitionResultEvent {
transcript: string;