Clock watch time with current location
Loading preview...
import { Clock } from "@/components/ui/clock"; export default function DemoOne() { return <Clock />; }