From 0073876c4b68c40e5e6162d46b5883bc829172d8 Mon Sep 17 00:00:00 2001
From: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Date: Thu, 8 Feb 2024 05:47:37 -0800
Subject: [PATCH] feat: creates page for setting user profile (#8883)
---
.../v3/views/onboarding/SetupProfile.vue | 229 ++++++++++++++++++
1 file changed, 229 insertions(+)
create mode 100644 app/javascript/v3/views/onboarding/SetupProfile.vue
diff --git a/app/javascript/v3/views/onboarding/SetupProfile.vue b/app/javascript/v3/views/onboarding/SetupProfile.vue
new file mode 100644
index 000000000..e5482cc58
--- /dev/null
+++ b/app/javascript/v3/views/onboarding/SetupProfile.vue
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+