Navigate to cell detail page on cell click

This commit is contained in:
Eli Ribble 2026-04-24 13:48:00 +00:00
parent e5080eaaf6
commit 3bfcfff1eb
No known key found for this signature in database
4 changed files with 13 additions and 10 deletions

View file

@ -1,4 +1,5 @@
export const ROUTE_NAMES = {
CELL_DETAIL: "cell-detail",
COMPLIANCE_ADDRESS: "compliance-address",
REVIEW_SITE: "review-site",
} as const;