import { Button } from "@/components/ui/button"; import { Bot } from "lucide-react"; import { useLocation } from "wouter"; export default function FloatingAI() { const [, setLocation] = useLocation(); return (
); }