9 lines
217 B
TypeScript
9 lines
217 B
TypeScript
import { Bot } from '@/components/Bot'
|
|
import type { Component } from 'solid-js'
|
|
|
|
export const App: Component = () => {
|
|
return (
|
|
<Bot typebot="clbm11cku000t3b6o01ug8awh" apiHost="http://localhost:3001" />
|
|
)
|
|
}
|