diff options
author | dan <[email protected]> | 2023-08-28 10:55:50 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-08-28 10:55:50 -0400 |
commit | 7c9345f41d9c86142019cce05ca0495408b01730 (patch) | |
tree | 45da541a80047da04191c48accee490447f8a234 /src/pages/Surveys | |
parent | f8cf6c21d238fea96192ad3f418ab7489092355f (diff) | |
download | draggable-form-demo-7c9345f41d9c86142019cce05ca0495408b01730.tar.gz draggable-form-demo-7c9345f41d9c86142019cce05ca0495408b01730.tar.bz2 draggable-form-demo-7c9345f41d9c86142019cce05ca0495408b01730.zip |
feat: skeleton of app
Diffstat (limited to 'src/pages/Surveys')
-rw-r--r-- | src/pages/Surveys/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/Surveys/index.js b/src/pages/Surveys/index.js new file mode 100644 index 0000000..69e854f --- /dev/null +++ b/src/pages/Surveys/index.js @@ -0,0 +1,3 @@ +export default function Surveys() { + return <>Surveys</>; +} |