fix: unintent import

This commit is contained in:
Methapon2001 2024-04-10 20:03:05 +07:00
parent 97b37e1808
commit 1cdbd295e0

View file

@ -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' },