'use client' import { Signal, Wifi, BatteryFull } from 'lucide-react' interface StatusBarProps { time?: string className?: string } export function StatusBar({ time = '9:41', className = '' }: StatusBarProps) { return (