2023-01-09 14:51:36 +01:00
|
|
|
import { Standard } from '..'
|
|
|
|
|
|
|
|
export const Default = () => {
|
|
|
|
return (
|
|
|
|
<div style={{ height: '500px' }}>
|
2023-01-16 12:13:21 +01:00
|
|
|
<Standard
|
|
|
|
typebot="ladleTypebot"
|
|
|
|
apiHost="http://localhost:3001"
|
|
|
|
isPreview
|
|
|
|
/>
|
2023-01-09 14:51:36 +01:00
|
|
|
</div>
|
|
|
|
)
|
|
|
|
}
|