From 4bc287dab1c6b329ebe53fec6b83be7c37c46f8f Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Sat, 25 Jul 2026 00:23:51 +0800 Subject: [PATCH] fix: remove unused imports from VoiceMaterialLibrary --- .../src/pages/voice-materials/VoiceMaterialLibrary.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/apps/web/src/pages/voice-materials/VoiceMaterialLibrary.tsx b/apps/web/src/pages/voice-materials/VoiceMaterialLibrary.tsx index 40f429f1b..a6a327d8d 100755 --- a/apps/web/src/pages/voice-materials/VoiceMaterialLibrary.tsx +++ b/apps/web/src/pages/voice-materials/VoiceMaterialLibrary.tsx @@ -45,15 +45,6 @@ import { mapAssetToMaterial, buildMetadata, } from "./types" -import { MAX_CARD_TAGS, MAX_ROW_TAGS, TAG_VARIANTS, GENDER_OPTIONS } from "./constants" -import { - genderLabel, - genderIcon, - genderClass, - formatDuration, - formatFileSize, - formatDate, -} from "./utils/format" import { getAudioDuration } from "./utils/audio" import MaterialForm from "./components/MaterialForm" import VoiceMaterialCard from "./components/VoiceMaterialCard"