ROUTE_USER
Function: ROUTE_USER()
ROUTE_USER(
compId):string
Defined in: src/Constant/common.ts:62
Generates the route for a user component.
Parameters
compId
string
The component ID.
Returns
string
The formatted route.
Throws
Error If compId is missing or empty.