// dash-tabs.jsx — all dashboard tab screens (each fully functional) const { useState: useT, useEffect: useTE, useRef: useTR } = React; /* ---------- small building blocks ---------- */ function Card({ children, strong, style, className = "", ...rest }) { return