Moving lifetime + age to where it is used

Signed-off-by: Daniel <daniel.hutzel@sap.com>
This commit is contained in:
Daniel
2021-11-24 19:30:47 +01:00
committed by Daniel Hutzel
parent 33380c0792
commit 19b680ab3d
6 changed files with 13 additions and 20 deletions

View File

@@ -1,4 +1,2 @@
namespace sap.capire.bookshop; //> important for reflection
using from '@capire/bookshop';
using from './db/schema';
using from './srv/mashup';