lint fixes
This commit is contained in:
parent
00db2f3e0a
commit
47e56d6893
2 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ import { Button } from "@/components/ui/button"
|
|||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"
|
||||
import { Input } from "@/components/ui/input"
|
||||
import { MessageCircle, Send, Loader2, User, Bot } from "lucide-react"
|
||||
import { cn } from "@/lib/utils"
|
||||
|
||||
interface Message {
|
||||
role: "user" | "assistant"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import { Button } from "@/components/ui/button"
|
|||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"
|
||||
import { Input } from "@/components/ui/input"
|
||||
import { Label } from "@/components/ui/label"
|
||||
import { Search, Loader2, FileText, Database, Zap } from "lucide-react"
|
||||
import { Search, Loader2, FileText, Zap } from "lucide-react"
|
||||
|
||||
interface SearchResult {
|
||||
filename: string
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue