From ba22c18cd9c59f3bd53785378fcec4cba899aefd Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Tue, 26 Jul 2022 16:59:53 -0400 Subject: [PATCH] separating group plan creation modal out from groupPlan.vue --- .../groups/groupPlanCreationModal.vue | 230 ++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 website/client/src/components/groups/groupPlanCreationModal.vue diff --git a/website/client/src/components/groups/groupPlanCreationModal.vue b/website/client/src/components/groups/groupPlanCreationModal.vue new file mode 100644 index 0000000000..2a71afd919 --- /dev/null +++ b/website/client/src/components/groups/groupPlanCreationModal.vue @@ -0,0 +1,230 @@ + + + + +