From 4d371be2e363028bdb8fca39c5bc4e18ddc41a05 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sat, 1 Nov 2025 09:07:04 +0100 Subject: [PATCH] feat: Move comment in FormEngine.vue into separate TheComment.vue component --- legalconsenthub/components/FormEngine.vue | 63 +++------------------- legalconsenthub/components/TheComment.vue | 64 +++++++++++++++++++++++ 2 files changed, 72 insertions(+), 55 deletions(-) create mode 100644 legalconsenthub/components/TheComment.vue diff --git a/legalconsenthub/components/FormEngine.vue b/legalconsenthub/components/FormEngine.vue index cb22ec6..08a5515 100644 --- a/legalconsenthub/components/FormEngine.vue +++ b/legalconsenthub/components/FormEngine.vue @@ -17,42 +17,20 @@ /> - + diff --git a/legalconsenthub/components/TheComment.vue b/legalconsenthub/components/TheComment.vue new file mode 100644 index 0000000..6e3f6ab --- /dev/null +++ b/legalconsenthub/components/TheComment.vue @@ -0,0 +1,64 @@ + + + +