Phase 1C: Frontend unified contact UI

This commit is contained in:
Agent Zero
2026-07-23 17:17:32 +02:00
parent a8331fbc2b
commit 879106c4eb
62 changed files with 552 additions and 1276 deletions
-2
View File
@@ -28,7 +28,6 @@ from app.routes import (
ai_copilot,
audit,
auth,
companies,
contact_folders,
contacts,
entity_history,
@@ -233,7 +232,6 @@ def create_app() -> FastAPI:
app.include_router(groups.router)
app.include_router(tenants.router)
app.include_router(notifications.router)
app.include_router(companies.router)
app.include_router(contacts.router)
app.include_router(contact_folders.router)
app.include_router(entity_history.router)