6 lines
157 B
JavaScript
6 lines
157 B
JavaScript
const routerParams = {
|
|
DISPLAY_VEHICLE_CHANGE_ALERT: "displayVehicleChangeAlert",
|
|
DISPLAY_PIA_ALERT: "displayPiaAlert",
|
|
};
|
|
|
|
export { routerParams };
|