2
0
Files
bot/packages/react/src/stories/standard.stories.tsx

10 lines
204 B
TypeScript
Raw Normal View History

import { Standard } from '..'
export const Default = () => {
return (
<div style={{ height: '500px' }}>
<Standard typebotId="ladleTypebot" apiHost="http://localhost:3001" />
</div>
)
}