Skip to content
Snippets Groups Projects
Commit 9a0f09c5 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files
parents faf20b8c cfa53af6
No related branches found
No related tags found
No related merge requests found
Pipeline #442694 failed
export interface DrugDatensatz { export interface DrugDatensatz {
name: string; name: string;
picture: string;
introduction: string; introduction: string;
examples: Array<example>; examples: Array<example>;
...@@ -9,7 +9,7 @@ export interface DrugDatensatz { ...@@ -9,7 +9,7 @@ export interface DrugDatensatz {
interface example{ interface example{
title: string, 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>) = [ export const drugdata: (Array<DrugDatensatz>) = [
...@@ -20,7 +20,7 @@ export const drugdata: (Array<DrugDatensatz>) = [ ...@@ -20,7 +20,7 @@ export const drugdata: (Array<DrugDatensatz>) = [
examples: [ examples: [
{ {
title: "", title: "",
text: "string" text: "test"
}, },
{ {
title: "", title: "",
......
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