From 169fda660b468677be77358fa5bd1ef80da270e3 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Wed, 14 May 2025 14:12:19 +0200 Subject: [PATCH] feat: add UOM module import to common index --- common/index.cds | 1 + 1 file changed, 1 insertion(+) diff --git a/common/index.cds b/common/index.cds index 74f9033c..4364c56e 100644 --- a/common/index.cds +++ b/common/index.cds @@ -1,2 +1,3 @@ using from './currencies'; using from './regions'; +using from './uom';