cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using AdminService from '@capire/bookshop/srv/admin-service';
|
||||
using AdminService from '@capire/bookshop';
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using CatalogService from '@capire/bookshop/srv/cat-service';
|
||||
using CatalogService from '@capire/bookshop';
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user