DigitalConsumer.FixMyGlass/src/router/router-constants/router-parameter-keys.js
CarlNation 57ee0fd29a CSR-297 wip
store updates.  first of three page routes
2022-02-24 14:55:40 -05:00

5 lines
No EOL
115 B
JavaScript

const routerParameterKeys = {
VEHICLE_PARTS_DATA: "vehiclePartsData",
};
export { routerParameterKeys };