feat(frontend): implement step 11 — pages, components, and routing with React Query

This commit is contained in:
2026-03-26 19:19:08 -03:00
parent 45fc176f32
commit a4dc8577ba
9 changed files with 332 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ export type DispatchStatus = 'PENDING' | 'SENT' | 'FAILED'
export interface DispatchLogResponse {
id: string
entityId: string
entityName: string
promptSent: string
aiResponse: string
emailSubject: string