2
0

♻️ (builder) Remove barrel export and flatten folder arch

This commit is contained in:
Baptiste Arnaud
2023-03-15 11:51:30 +01:00
parent cbc8194f19
commit 44d7a0bcb8
498 changed files with 1542 additions and 1786 deletions

View File

@ -20,7 +20,6 @@ export type TypebotViewerProps = {
typebot: Omit<PublicTypebot, 'updatedAt' | 'createdAt'>
isPreview?: boolean
apiHost?: string
style?: CSSProperties
predefinedVariables?: { [key: string]: string | undefined }
resultId?: string
startGroupId?: string
@ -39,7 +38,6 @@ export const TypebotViewer = ({
apiHost = getViewerUrl(),
isPreview = false,
isLoading = false,
style,
resultId,
startGroupId,
predefinedVariables,