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