8 lines
No EOL
171 B
JavaScript
8 lines
No EOL
171 B
JavaScript
const damageLocationsParts = {
|
|
WINDSHIELD: "Windshield",
|
|
DRIVER: "Driver",
|
|
PASSENGER: "Passenger",
|
|
REAR: "Rear",
|
|
};
|
|
|
|
export { damageLocationsParts }; |