feat(Routing): add new route for paper message page under tools section

This commit is contained in:
2026-01-02 17:28:54 -06:00
parent a280e46fba
commit e27bedd54b

View File

@@ -186,6 +186,11 @@ const router = createRouter({
path: "/tools",
component: defineAsyncComponent(() => import("./components/tools/ToolsPage.vue")),
},
{
name: "paper-message",
path: "/tools/paper-message",
component: defineAsyncComponent(() => import("./components/tools/PaperMessagePage.vue")),
},
{
name: "call",
path: "/call",