© 2026 Hedgehog Software, LLC
export default SidePanel() { const port = usePort("node") useEffect(() => { ... }, [port) return <div>Hello world</div> }