fix: remove redundant 'common' section from documentation

This commit is contained in:
2026-05-04 20:28:06 +02:00
parent 60c25d4c24
commit e28f628c80
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/