10 lines
204 B
TypeScript
10 lines
204 B
TypeScript
![]() |
import { Standard } from '..'
|
||
|
|
||
|
export const Default = () => {
|
||
|
return (
|
||
|
<div style={{ height: '500px' }}>
|
||
|
<Standard typebotId="ladleTypebot" apiHost="http://localhost:3001" />
|
||
|
</div>
|
||
|
)
|
||
|
}
|