Spaces:
Running
Running
Commit ·
7392299
1
Parent(s): 59e308f
fix: remove unused Loader2 import causing build failure
Browse files
webapp/tipitaka-web/src/components/ai/AIPopup.tsx
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import React, { useState, useRef, useEffect, useCallback } from 'react';
|
| 2 |
import { useAIStore } from '../../stores/aiStore';
|
| 3 |
import { useReaderStore, useThemeStore } from '../../stores/appStore';
|
| 4 |
-
import { X, Send, Sparkles, Trash2, Zap, Brain
|
| 5 |
import { motion } from 'framer-motion';
|
| 6 |
|
| 7 |
const PANEL_STYLES: Record<string, { bg: string; text: string; border: string; msgBg: string }> = {
|
|
|
|
| 1 |
import React, { useState, useRef, useEffect, useCallback } from 'react';
|
| 2 |
import { useAIStore } from '../../stores/aiStore';
|
| 3 |
import { useReaderStore, useThemeStore } from '../../stores/appStore';
|
| 4 |
+
import { X, Send, Sparkles, Trash2, Zap, Brain } from 'lucide-react';
|
| 5 |
import { motion } from 'framer-motion';
|
| 6 |
|
| 7 |
const PANEL_STYLES: Record<string, { bg: string; text: string; border: string; msgBg: string }> = {
|