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 11, 2024
1 parent 34481f9 commit 6ab421f
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 @@ -42,6 +42,11 @@ const router = VueRouter.createRouter({
name: "TermsAndConditions",
component: () => import("../views/TermsAndConditions.vue"),
},
{
path: "/applyverify",
name: "ApplyVerify",
component: () => import("../views/ApplyVerify.vue"),
},
{
path: "/popout-css-editor",
name: "CSSEditor",
Expand Down

0 comments on commit 6ab421f

Please sign in to comment.