Β© 2026 Hedgehog Software, LLC
export const AppUI: Component = () => { onMount(async () => { // await ... }) return ( <div> ... </div> ) }
await