Skip to content
Snippets Groups Projects
Commit fd14a3a1 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files
parents 7548fa9e 32b32697
No related branches found
No related tags found
No related merge requests found
Pipeline #451726 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