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';