From 17378876f1e83d14cfd3e73de427344a8d451ab4 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Fri, 24 May 2024 11:50:23 +0100 Subject: [PATCH] add space on the documentation --- doc/architecture.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/architecture.md b/doc/architecture.md index 7c13e0281..026d4fe2d 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -98,6 +98,7 @@ main.ts: Entry point of the application. Consider a Gabinete scenario: - **Business components**: Event Component, Gabinete Component + - **UI components**: Gabinete UI Business In this setup, the Event Component functionalities are reusable without any dependency on UI details. If the product team introduces create-event functionality in the Gabinete screen, the Event Component module can be added as a dependency to the Gabinete UI module seamlessly.