Merge branch 'main' into navigation

This commit is contained in:
Christian Georgi
2021-11-18 16:19:57 +01:00
committed by GitHub
7 changed files with 33 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
using { AdminService } from '@capire/bookshop';
using { AdminService } from '@capire/bookstore';
using from '../common'; // to help UI linter get the complete annotations
////////////////////////////////////////////////////////////////////////////

View File

@@ -1,4 +1,4 @@
using CatalogService from '@capire/bookshop';
using CatalogService from '@capire/bookstore';
////////////////////////////////////////////////////////////////////////////
//

View File

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