// ============================================================================
// StyleKro — APP ROOT (split from app.jsx on 2026-06-26).
// MUST load LAST: defines App() router and calls ReactDOM.createRoot().render().
// All page components must already be defined by the earlier babel scripts.
// ============================================================================
function App() {
return (
} />
} />
} />
} />
} />
} />
} />
} />
} />
} />
} />
} />
} />
} />
} />
} />
);
}
ReactDOM.createRoot(document.getElementById('root')).render();