From 3b39faf1734f5179c00d15a2f1f6ae8de8d86949 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 5 Nov 2023 15:51:47 -0700 Subject: [PATCH] fix linting error --- src/router/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index efb4cd0..fa0e035 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -196,9 +196,7 @@ const routes: Array = [ path: "/test", name: "test", component: () => - import( - /* webpackChunkName: "test" */ "../views/TestView.vue" - ), + import(/* webpackChunkName: "test" */ "../views/TestView.vue"), }, ];