diff --git a/src/contents/Human Practices/Feedback.tsx b/src/contents/Human Practices/Feedback.tsx index 369c581ae67fdcc7ae955ab561ca1baba76b0ac7..88688faec0f578b0c3fdcc5e1a02d48e14d93ac9 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>