diff --git a/src/layouts/reveal/reveal.vue b/src/layouts/reveal/reveal.vue deleted file mode 100644 index b416b5318..000000000 --- a/src/layouts/reveal/reveal.vue +++ /dev/null @@ -1,66 +0,0 @@ - - - diff --git a/src/router/router-constants/fmgPage-values.js b/src/router/router-constants/fmgPage-values.js index c237d3c5b..65ef99be4 100644 --- a/src/router/router-constants/fmgPage-values.js +++ b/src/router/router-constants/fmgPage-values.js @@ -11,7 +11,6 @@ const fmgPageValues = { MOLDING_QUESTIONS: "molding-questions", CAPABILITY_QUESTIONS: "capability-questions", LICENSE_PLATE_LOOKUP: "license-plate-lookup", - REVEAL: "reveal", ESTIMATE: "estimate", ADDRESS_VEHICLES: "address-vehicles", QUOTE: "quote", diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 26fd55476..dbd1ca9bb 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -79,15 +79,6 @@ const routingTable = function (store) { }, ], }, - { - fmgPageValue: fmgPageValues.REVEAL, - maps: [ - { - scenario: navigationScenarios.CLICKED_BACK, - destinationFmgPageValue: fmgPageValues.VEHICLE_DAMAGE, - }, - ], - }, { fmgPageValue: fmgPageValues.VIN_LOOKUP, maps: [ @@ -305,10 +296,6 @@ const routingTable = function (store) { { fmgPageValue: fmgPageValues.VEHICLE_PARTS, maps: [ - { - scenario: navigationScenarios.CLICKED_FORWARD, - destinationFmgPageValue: fmgPageValues.REVEAL, - }, { scenario: navigationScenarios.CLICKED_BACK_WITH_PART_QUESTIONS, destinationFmgPageValue: fmgPageValues.PART_QUESTIONS,