// hf-admin.jsx — Admin shell (PUC-8 / PUC-9) hi-fi. Honestly empty + states.
const { HFScreen: AScreen, HFTopBar: ATopBar, HFAccountChip: AChip, HFBanner: ABanner,
HFStateCard: AStateCard, HFStates: AStates, HF_H: A, HF_STORE: ASTORE, HF_DSC: ADS } = window;
const { Eyebrow: AEyebrow, Soul: ASoul } = ADS;
// storefront identity lockup — the admin's anchor
function StoreId({ size = 17 }) {
return (
{ASTORE}
ecomm storefront
);
}
// the honest-empty centerpiece — intentional, not sparse
function EmptyHome({ compact = false }) {
return (
There's nothing to manage yet — and that's a finished state, not a missing one. Catalog, orders, and settings will appear here as ecomm grows.