this isa map which shows the cities on hover
Loading preview...
import { Component } from "@/components/ui/map"; export default function DemoOne() { return <Component />; }