"use client"; import { RefreshCcw, Plane } from "lucide-react"; import { Button } from "@/components/ui/button"; interface HeaderProps { currentTime: string; } export function Header({ currentTime }: HeaderProps) { return (
Last updated: {currentTime}