Fix various inter-linkings of public report paths
This commit is contained in:
parent
8bdd18649d
commit
4ae0410930
7 changed files with 22 additions and 7 deletions
|
|
@ -10,6 +10,7 @@ export const ROUTE_NAMES = {
|
|||
COMPLIANCE_SUBMIT: "compliance-submit",
|
||||
REGISTER_NOTIFICATIONS_COMPLETE: "register-notifications-complete",
|
||||
REVIEW_SITE: "review-site",
|
||||
STATUS_BY_ID: "status-by-id",
|
||||
} as const;
|
||||
|
||||
export type RouteName = (typeof ROUTE_NAMES)[keyof typeof ROUTE_NAMES];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue