// web-employee.jsx — Karyawan: absen (GPS asli), riwayat, akun const { useState: useSE, useEffect: useEE } = React; function greetWeb(h) { return h < 11 ? 'Selamat pagi' : h < 15 ? 'Selamat siang' : h < 18 ? 'Selamat sore' : 'Selamat malam'; } // live GPS strip function GpsLive({ gps, busy, onRetry }) { if (busy) return (