import { useWebSearch } from "~store/web" import { Globe, MousePointer, Boxes } from "lucide-react" export const WebSearch = () => { const { state, text } = useWebSearch() return (