/* Main app — single full-bleed landing + tweaks panel */ function HostNav({ lockup }) { return (
); } function App() { const [tweak, setTweak] = useTweaks(/*EDITMODE-BEGIN*/{ "lockup": "by", "density": "comfortable", "theme": "dark", "palette": "cyan" }/*EDITMODE-END*/); return ( <> {/* Hide the in-direction topnavs — host nav comes from here */}