From 32b32697c6cca406941952a7522ea1474ee28901 Mon Sep 17 00:00:00 2001
From: Anna Baack <anna-lena.baack@uni-bielefeld.de>
Date: Fri, 27 Sep 2024 15:31:18 +0000
Subject: [PATCH] Update file Feedback.tsx

---
 src/contents/Human Practices/Feedback.tsx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/contents/Human Practices/Feedback.tsx b/src/contents/Human Practices/Feedback.tsx
index 234c6e18..b155bab2 100644
--- a/src/contents/Human Practices/Feedback.tsx	
+++ b/src/contents/Human Practices/Feedback.tsx	
@@ -1,5 +1,5 @@
-import {H4} from "../components/Headings";
-import {OpenToGeneTherapy, HowOftenTreatment, DoYouWantMoreInfo} from "../components/Graph";
+import {H4} from '../components/Headings';
+import {OpenToGeneTherapyatients, HowOftenTreatmentatients, MoreInfoOnTherapyBoth} from '../components/Graph';
 
 export function HPFeedback(){
 
@@ -10,9 +10,9 @@ export function HPFeedback(){
             
             <div className="row align-items-center">
                 <div className="col">
-                    <HowOftenTreatment/>
-                    <OpenToGeneTherapy/>
-                    <DoYouWantMoreInfo/>
+                    <HowOftenTreatmentatients/>
+                    <OpenToGeneTherapyatients/>
+                    <MoreInfoOnTherapyBoth/>
                 </div>
             </div>
         </div>
-- 
GitLab