2
0
Files
bot/packages/js/src/demo/App.tsx
2023-01-16 12:13:21 +01:00

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" />
)
}