From 5f1627bf03ef9774ada56329e72520892a5f14c1 Mon Sep 17 00:00:00 2001 From: Anna Baack <anna-lena.baack@uni-bielefeld.de> Date: Fri, 27 Sep 2024 18:58:19 +0000 Subject: [PATCH] Update file Feedback.tsx --- src/contents/Human Practices/Feedback.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contents/Human Practices/Feedback.tsx b/src/contents/Human Practices/Feedback.tsx index 369c581a..88688fae 100644 --- a/src/contents/Human Practices/Feedback.tsx +++ b/src/contents/Human Practices/Feedback.tsx @@ -1,7 +1,7 @@ import { HowOftenTreatmentatients, MoreInfoOnTherapyBoth, OpenToGeneTherapyatients } from '../../components/Graph'; import { H4 } from '../../components/Headings'; -import { Collapsible } from "../../comments/Collapsible"; +import { Collapsible } from "../../components/Collapsible"; export function HPFeedback(){ @@ -32,7 +32,7 @@ export function HPFeedback(){ </div> <div> <Collapsible text="See here the full results of the surveys"> - + </Collapsible> </div> </div> -- GitLab