const damageLocationsCms = Object.freeze({ WINDSHIELD: 'WINDSHIELD', SIDEDOOR: 'SIDEDOOR', REARWINDOW: 'REARWINDOW', DRIVERSIDE: 'DRIVERSIDE', PASSENGERSIDE: 'PASSENGERSIDE' }); export default damageLocationsCms;