From 35f1e26c64605160205c6e3db13fa6181632b541 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Mon, 23 Dec 2024 11:25:51 +0100 Subject: [PATCH] docs(steps/09/README.md): Remove empty line --- steps/09/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/steps/09/README.md b/steps/09/README.md index d3cad08..20a13f3 100644 --- a/steps/09/README.md +++ b/steps/09/README.md @@ -155,8 +155,6 @@ new ComponentContainer({ - The `index.html` file is located in the `webapp` folder if it is used productively. -  - *** **Next:** [Step 10: Descriptor for Applications](../10/README.md "All application-specific configuration settings will now further be put in a separate descriptor file called manifest.json. This clearly separates the application coding from the configuration settings and makes our app even more flexible. For example, all SAP Fiori applications are realized as components and come with a descriptor file in order to be hosted in the SAP Fiori launchpad.")