fix: fix build error & remove Spinner
This commit is contained in:
parent
0453db5ec6
commit
91614ed6e5
@ -3,7 +3,6 @@ import { cn } from '@/lib/utils';
|
|||||||
import { ArrowUp, ArrowUpRight, Loader2, RefreshCw } from 'lucide-react';
|
import { ArrowUp, ArrowUpRight, Loader2, RefreshCw } from 'lucide-react';
|
||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
import { type Suggestion, getRandomSuggestions } from '../lib/suggestions';
|
import { type Suggestion, getRandomSuggestions } from '../lib/suggestions';
|
||||||
import { Spinner } from './spinner';
|
|
||||||
|
|
||||||
type QualityMode = 'performance' | 'quality';
|
type QualityMode = 'performance' | 'quality';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user