fix: build error

This commit is contained in:
imeepos 2025-07-18 00:54:41 +08:00
parent c3213bc3fc
commit 9b43886a80
3 changed files with 0 additions and 7 deletions

View File

@ -9,7 +9,6 @@ import { convertFileSrc } from '@tauri-apps/api/core';
*/
export const ImageUploader: React.FC<ImageUploaderProps> = ({
onImageSelect,
onAnalysisComplete,
onAnalyzeImage,
isAnalyzing,
selectedImage,

View File

@ -11,9 +11,7 @@ import {
Search,
Filter,
BarChart3,
ArrowLeft
} from 'lucide-react';
import { useNavigate } from 'react-router-dom';
import { Material } from '../types/material';
import { Model } from '../types/model';
import { MaterialCard } from '../components/MaterialCard';
@ -31,7 +29,6 @@ import { useProjectStore } from '../store/projectStore';
export const MaterialModelBinding: React.FC = () => {
const navigate = useNavigate();
const { success, error } = useNotifications();
const { projects, loadProjects } = useProjectStore();

View File

@ -3,8 +3,6 @@ import { useOutfitSearchStore, useOutfitSearchActions, useOutfitSearchSelectors
import { OutfitSearchPanel } from '../components/outfit/OutfitSearchPanel';
import { SearchResults } from '../components/outfit/SearchResults';
import { LLMChat } from '../components/outfit/LLMChat';
import { AnalysisResultsPanel } from '../components/outfit/AnalysisResultsPanel';
import { SearchRequest } from '../types/outfitSearch';
import { Search, Image, MessageCircle, RotateCcw, Sparkles } from 'lucide-react';
@ -21,7 +19,6 @@ export const OutfitMatch: React.FC = () => {
searchResults,
updateSearchConfig,
executeSearch,
askLLM,
setSelectedImage,
clearErrors,
analyzeImage,