2
0

🚀 Init Turbo Repo

This commit is contained in:
Baptiste Arnaud
2021-12-16 15:19:05 +01:00
parent da9459edf3
commit 772b16c6ce
17 changed files with 6150 additions and 11730 deletions

View File

@ -1,6 +1,5 @@
import React from 'react'
import { PublicTypebot } from 'db'
import '../style.css'
export const TypebotViewer = (props: PublicTypebot) => {
return <div>{props.name}</div>