diff --git a/doc/architecture.md b/doc/architecture.md index 6e1bbc69c..7c13e0281 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -97,7 +97,7 @@ main.ts: Entry point of the application. ### Example: Gabinete Page Consider a Gabinete scenario: -- **Business components**: Event Component, Gabinete Component +- **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.