Skip to content
Snippets Groups Projects
Commit cfa53af6 authored by Isabell Alexandra Guckes's avatar Isabell Alexandra Guckes
Browse files

Update file drug-data.tsx

parent e9c549fb
No related branches found
No related tags found
No related merge requests found
Pipeline #442686 failed
export interface DrugDatensatz {
name: string;
picture: string;
introduction: string;
examples: Array<example>;
......@@ -9,7 +9,7 @@ export interface DrugDatensatz {
interface example{
title: string,
text: string
text: "ystic fibrosis therapy means inevitably a complex and customized treatment plan for each patient. It consists of a range of components. These include medication such as CFTR modulators and antibiotics as well as inhalation therapy and mucolytics, physiotherapy, nutritional therapy and sports therapy. It is therefore essential that CF patients receive treatment at a specialist centre [1]. "
}
export const drugdata: (Array<DrugDatensatz>) = [
......
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