fixed merge issue

This commit is contained in:
Mark Harris 2023-06-19 11:40:00 -04:00
parent fb6e825aa3
commit 13b7dc13c1

View file

@ -30,12 +30,12 @@ import { applicationConfig } from "../constants/application-config";
import review from "@/layouts/review/review";
const routes = [
{
},
{
path: "/review", // This is a temporary route for testing.
name: "review",
component: review,
},
{
path: "/",
name: "root",
async beforeEnter(to, from, next) {