✨ New QR code block (#1142)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// Do not edit this file manually
|
||||
import { qrCode } from '@typebot.io/qrcode-block'
|
||||
import { chatNode } from '@typebot.io/chat-node-block'
|
||||
import { calCom } from '@typebot.io/cal-com-block'
|
||||
import { zemanticAi } from '@typebot.io/zemantic-ai-block'
|
||||
@@ -16,6 +17,7 @@ export const forgedBlocks = [
|
||||
zemanticAi,
|
||||
calCom,
|
||||
chatNode,
|
||||
qrCode,
|
||||
] as BlockDefinition<(typeof enabledBlocks)[number], any, any>[]
|
||||
|
||||
export type ForgedBlockDefinition = (typeof forgedBlocks)[number]
|
||||
|
||||
Reference in New Issue
Block a user