From 78cbaf36de4c73ced5e9c5e1471b7e8e49e10ca0 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Fri, 27 Sep 2024 17:35:53 +0200 Subject: [PATCH] graph --- src/contents/Human Practices/Feedback.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/contents/Human Practices/Feedback.tsx b/src/contents/Human Practices/Feedback.tsx index b155bab2..5dc9f314 100644 --- a/src/contents/Human Practices/Feedback.tsx +++ b/src/contents/Human Practices/Feedback.tsx @@ -1,5 +1,7 @@ -import {H4} from '../components/Headings'; -import {OpenToGeneTherapyatients, HowOftenTreatmentatients, MoreInfoOnTherapyBoth} from '../components/Graph'; + +import { HowOftenTreatmentatients, MoreInfoOnTherapyBoth, OpenToGeneTherapyatients } from '../../components/Graph'; +import { H4 } from '../../components/Headings'; + export function HPFeedback(){ -- GitLab