fix linting error

This commit is contained in:
2023-11-05 15:51:47 -07:00
parent 7450d8d1c3
commit 3b39faf173

View File

@@ -196,9 +196,7 @@ const routes: Array<RouteRecordRaw> = [
path: "/test",
name: "test",
component: () =>
import(
/* webpackChunkName: "test" */ "../views/TestView.vue"
),
import(/* webpackChunkName: "test" */ "../views/TestView.vue"),
},
];