/* =========================================================
Shadowbiz — app.jsx : compose + mount
========================================================= */
function App() {
useReveal();
return (
<>
>
);
}
ReactDOM.createRoot(document.getElementById("root")).render();