compose adjustments

This commit is contained in:
Daniel Schlachter
2023-08-18 11:46:27 +02:00
parent 191e577e51
commit e3acbb9832
5 changed files with 35 additions and 0 deletions

View File

@@ -1 +1,8 @@
using from './db/sqlite/index';
using from './app/services';
using from './app/genres/fiori-service';
using from './app/browse/fiori-service';
using from './app/admin-books/fiori-service';
using from './app/admin-authors/fiori-service';
using from './db/common';
using from './app/common';