hub features
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Navigation helpers for property-based routing
|
||||
*/
|
||||
|
||||
export function getEditorUrl(propertyId: string): string {
|
||||
return `/editor/${propertyId}`
|
||||
}
|
||||
|
||||
export function getViewerUrl(propertyId: string): string {
|
||||
return `/viewer/${propertyId}`
|
||||
}
|
||||
|
||||
export function getHomeUrl(): string {
|
||||
return '/'
|
||||
}
|
||||
Reference in New Issue
Block a user