From 02cb7a82d2fa9b11b3a6d7b775cd0af3604c22b3 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 58e12e5..f5afc35 100644 --- a/steps/09/README.md +++ b/steps/09/README.md @@ -153,8 +153,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.")