From dff3dd4b8922068dd981bdd0e617a9b7ecfb18d0 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Mon, 15 Aug 2022 14:05:11 +0200 Subject: [PATCH] Use index.csn --- fiori-ext/app/extension.cds | 2 +- fiori/index.cds | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 fiori/index.cds diff --git a/fiori-ext/app/extension.cds b/fiori-ext/app/extension.cds index 30c165d8..2ea9ff58 100644 --- a/fiori-ext/app/extension.cds +++ b/fiori-ext/app/extension.cds @@ -1,4 +1,4 @@ -using { sap.capire.orders, OrdersService, sap.common } from '@capire/fiori'; +using { sap.capire.orders, OrdersService, sap.common } from '@capire/fiori/'; // using { sap.common } from '@sap/cds/common'; //> TODO this creates duplicated definitions namespace Z_bookshop.extension; diff --git a/fiori/index.cds b/fiori/index.cds deleted file mode 100644 index 1ea0235e..00000000 --- a/fiori/index.cds +++ /dev/null @@ -1 +0,0 @@ -using from './db/common';