fix: remove redundant 'common' section from documentation

This commit is contained in:
2026-05-04 20:28:06 +02:00
parent 6c5825ea48
commit c1c57a2a5d
2 changed files with 16 additions and 13 deletions

View File

@@ -17,7 +17,6 @@ Hexagonal (Ports & Adapters) with Domain-Driven Design:
```
domain — pure types and trait definitions, no external deps
common — shared error types
application — use cases / business logic orchestration
presentation — Axum HTTP router, wires all adapters together
adapters/