Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FAYSi223 authored Oct 16, 2024
1 parent 9888f45 commit b3c3602
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ const router = VueRouter.createRouter({
name: "ApplyVerify",
component: () => import("../views/ApplyVerify.vue"),
},
{
path: "/imprint",
name: "Imprint",
component: () => import("../views/Imprint.vue"),
},
{
path: "/employee",
name: "Employee",
Expand Down

0 comments on commit b3c3602

Please sign in to comment.