From 1cdbd295e0af356dc7d599167971df22c757abfc Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:03:05 +0700 Subject: [PATCH] fix: unintent import --- src/router/routes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/router/routes.ts b/src/router/routes.ts index b89bddfd..f7afd9b3 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -1,7 +1,6 @@ import { RouteRecordRaw } from 'vue-router'; const routes: RouteRecordRaw[] = [ - { path: '/test', component: () => import('pages/99-test/MainPage.vue') }, { path: '', redirect: { name: 'Home' },