aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/NewSurvey/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/NewSurvey/index.js')
-rw-r--r--src/pages/NewSurvey/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/NewSurvey/index.js b/src/pages/NewSurvey/index.js
index a4b711a..f1d4b89 100644
--- a/src/pages/NewSurvey/index.js
+++ b/src/pages/NewSurvey/index.js
@@ -1,3 +1,4 @@
+import FormBuilder from "../../components/FormBuilder";
export default function NewSurvey() {
- return <>NewSurvey</>;
+ return <FormBuilder />;
}