Fix links in the compliance process

This commit is contained in:
Eli Ribble 2026-04-22 14:49:04 +00:00
parent b4527fba8b
commit 5cdbc4eb53
No known key found for this signature in database
9 changed files with 96 additions and 28 deletions

View file

@ -1,5 +1,13 @@
export const ROUTE_NAMES = {
COMPLIANCE_ADDRESS: "compliance-address",
COMPLIANCE_COMPLETE: "compliance-complete",
COMPLIANCE_CONCERN: "compliance-concern",
COMPLIANCE_CONTACT: "compliance-contact",
COMPLIANCE_EVIDENCE: "compliance-evidence",
COMPLIANCE_INTRO: "compliance-intro",
COMPLIANCE_PERMISSION: "compliance-permission",
COMPLIANCE_PROCESS: "compliance-process",
COMPLIANCE_SUBMIT: "compliance-submit",
REVIEW_SITE: "review-site",
} as const;