Wild map visualization to show data by individual country.
Loading preview...
import { Component } from "@/components/ui/world-map"; export default function DemoOne() { return <Component />; }