© 2026 Hedgehog Software, LLC
import { Standard } from "@typebot.io/react"; const App = () => { return ( <Standard typebot="XYZ" style={{ width: "100%", height: "600px" }} /> ); };