In Fiori app, use bookstore consistently

This also fixes validation errors from annotation LSP, which missed some
of the bookstore elements

Signed-off-by: Christian Georgi <christian.georgi@sap.com>
This commit is contained in:
Christian Georgi
2021-11-10 09:14:56 +01:00
parent ce752097d0
commit f6c5e620c0
5 changed files with 20 additions and 16 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,7 +2,7 @@
Common Annotations shared by all apps
*/
using { sap.capire.bookshop as my } from '@capire/bookshop';
using { sap.capire.bookshop as my } from '@capire/bookstore';
using { sap.common } from '@capire/common';
////////////////////////////////////////////////////////////////////////////