From b9974cf06292c2e8392b51a5c13572c3eafffe54 Mon Sep 17 00:00:00 2001 From: Trevor Corcoran Date: Sat, 10 Sep 2022 20:39:33 -0400 Subject: [PATCH 1/4] Removed GoogleForm component. --- src/components/App.vue | 5 +--- src/components/GoogleForm.vue | 44 ----------------------------------- 2 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 src/components/GoogleForm.vue diff --git a/src/components/App.vue b/src/components/App.vue index 829b825..382444f 100644 --- a/src/components/App.vue +++ b/src/components/App.vue @@ -1,20 +1,17 @@ + + \ No newline at end of file diff --git a/src/components/CardContainer.vue b/src/components/CardContainer.vue new file mode 100644 index 0000000..0f49879 --- /dev/null +++ b/src/components/CardContainer.vue @@ -0,0 +1,52 @@ + + + + + \ No newline at end of file From b4ed9b3fec44e2fab31c4a3111a8fb446a3582e5 Mon Sep 17 00:00:00 2001 From: Trevor Corcoran Date: Sat, 10 Sep 2022 21:24:34 -0400 Subject: [PATCH 3/4] Fixed minor naming inconsistency. --- src/components/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/App.vue b/src/components/App.vue index 3280beb..e526a12 100644 --- a/src/components/App.vue +++ b/src/components/App.vue @@ -1,20 +1,20 @@