aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/NewSurvey
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/NewSurvey')
-rw-r--r--src/pages/NewSurvey/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/NewSurvey/index.js b/src/pages/NewSurvey/index.js
new file mode 100644
index 0000000..a4b711a
--- /dev/null
+++ b/src/pages/NewSurvey/index.js
@@ -0,0 +1,3 @@
+export default function NewSurvey() {
+ return <>NewSurvey</>;
+}