This commit is contained in:
Daniel
2020-03-08 12:42:33 +01:00
parent 84a815e7e6
commit 48fa640f5b
12 changed files with 65 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
using AdminService from '@capire/bookshop/srv/admin-service';
using AdminService from '@capire/bookshop';
////////////////////////////////////////////////////////////////////////////
//

View File

@@ -1,4 +1,4 @@
using CatalogService from '@capire/bookshop/srv/cat-service';
using CatalogService from '@capire/bookshop';
////////////////////////////////////////////////////////////////////////////
//

View File

@@ -2,7 +2,7 @@
Common Annotations shared by all apps
*/
using { sap.capire.bookshop as my } from '@capire/bookshop/db/schema';
using { sap.capire.bookshop as my } from '@capire/bookshop';
////////////////////////////////////////////////////////////////////////////