chore: ran linting

This commit is contained in:
Anish Sarkar 2026-03-08 20:57:29 +05:30
parent 06e74d5357
commit a65fda359a
10 changed files with 594 additions and 622 deletions

View file

@ -1,14 +1,7 @@
"use client";
import { makeAssistantToolUI } from "@assistant-ui/react";
import {
AlertTriangleIcon,
CheckIcon,
InfoIcon,
Loader2Icon,
Pen,
XIcon,
} from "lucide-react";
import { AlertTriangleIcon, CheckIcon, InfoIcon, Loader2Icon, Pen, XIcon } from "lucide-react";
import { useState } from "react";
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";