diff --git a/apps/web/src/pages/generate/hooks/step2-materials/useSmartMatch.ts b/apps/web/src/pages/generate/hooks/step2-materials/useSmartMatch.ts index 5c1220f4c..b8a5b50f5 100755 --- a/apps/web/src/pages/generate/hooks/step2-materials/useSmartMatch.ts +++ b/apps/web/src/pages/generate/hooks/step2-materials/useSmartMatch.ts @@ -1,7 +1,7 @@ import { useState, useCallback } from "react" import { message } from "antd" import type { AssetItem } from "@/api/assets" -import { smartMatchAssets, getAssets } from "@/api/assets" +import { smartMatchAssets } from "@/api/assets" interface UseSmartMatchOptions { libraryId: string @@ -99,4 +99,3 @@ export function useSmartMatch({ smartSelectedTotalDuration, } } -