diff --git a/apps/formbricks-com/pages/blog/launch-formbricks-hq/index.mdx b/apps/formbricks-com/pages/blog/launch-formbricks-hq/index.mdx index 1efe1a4ba2..a2b0c899d7 100644 --- a/apps/formbricks-com/pages/blog/launch-formbricks-hq/index.mdx +++ b/apps/formbricks-com/pages/blog/launch-formbricks-hq/index.mdx @@ -43,7 +43,13 @@ With a few clicks you create a new form in Formbricks HQ: We built the NPS survey with Formbricks React. It is a simple form with two questions and a submit button. The form is built with the following code: ```jsx -code; +import { Form, Nps, sendToHq, Submit, Textarea } from "@formbricks/react"; + +
; ```