Removed test navigation scenario to fix url

This commit is contained in:
Chloe Herd 2023-08-15 16:46:25 -04:00
parent 183e183987
commit 04136e189b

View file

@ -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",