Removed test navigation scenario to fix url
This commit is contained in:
parent
183e183987
commit
04136e189b
1 changed files with 0 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue