Skip to content
Snippets Groups Projects
Commit 32b32697 authored by Anna Baack's avatar Anna Baack
Browse files

Update file Feedback.tsx

parent fc5d41d4
No related branches found
No related tags found
No related merge requests found
Pipeline #451713 failed
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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment