Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jan 14, 2025
2 parents 5b1872f + 877fbc6 commit deaec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const router = createRouter({
{
path: "/",
name: "home",
component: import("../views/HomeView.vue"),
component: () => import("../views/HomeView.vue"),
},

{
Expand Down

0 comments on commit deaec40

Please sign in to comment.