From 04136e189b4b90fe7b4489b6c6587bc830329c14 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Tue, 15 Aug 2023 16:46:25 -0400 Subject: [PATCH] Removed test navigation scenario to fix url --- src/router/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 6d812f847..e8fbf4d26 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -31,11 +31,6 @@ import { applicationConfig } from "../constants/application-config"; import review from "@/layouts/review/review"; import paymentMethod from "@/layouts/payment-method/payment-method"; const routes = [ - { - path: "/review", // This is a temporary route for testing. - name: "review", - component: review, - }, { path: "/payment-method", // This is a temporary route for testing. name: "payment-method",