/* App root */ const App = () => { const [tw, setTw] = React.useState(window.__TWEAKS__ || {}); React.useEffect(() => { document.documentElement.setAttribute('data-accent', tw.accent || 'orange'); }, [tw.accent]); const patch = (p) => setTw(prev => ({...prev, ...p})); return ( <>
{tw.showRep && }