Develop patterns for creating links outside router
This commit is contained in:
parent
bcd51cf5cf
commit
b4527fba8b
24 changed files with 91 additions and 24 deletions
6
ts/rmo/route/name.ts
Normal file
6
ts/rmo/route/name.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export const ROUTE_NAMES = {
|
||||
COMPLIANCE_ADDRESS: "compliance-address",
|
||||
REVIEW_SITE: "review-site",
|
||||
} as const;
|
||||
|
||||
export type RouteName = (typeof ROUTE_NAMES)[keyof typeof ROUTE_NAMES];
|
||||
Loading…
Add table
Add a link
Reference in a new issue