11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
/*
|
|
This model controls what gets served to Fiori frontends...
|
|
*/
|
|
|
|
using from './admin/fiori-service';
|
|
using from './browse/fiori-service';
|
|
using from './orders/fiori-service';
|
|
using from './common';
|
|
|
|
using from '@capire/common';
|