fix: fix build error & remove Spinner

This commit is contained in:
javayhu 2025-06-28 22:50:40 +08:00
parent 0453db5ec6
commit 91614ed6e5

View File

@ -3,7 +3,6 @@ import { cn } from '@/lib/utils';
import { ArrowUp, ArrowUpRight, Loader2, RefreshCw } from 'lucide-react';
import { useState } from 'react';
import { type Suggestion, getRandomSuggestions } from '../lib/suggestions';
import { Spinner } from './spinner';
type QualityMode = 'performance' | 'quality';