feat(router): add new route for RNode Flasher tool component

This commit is contained in:
2026-01-04 00:02:35 -06:00
parent 3ba7de9df7
commit 76b2895569

View File

@@ -197,6 +197,11 @@ const router = createRouter({
path: "/tools/paper-message",
component: defineAsyncComponent(() => import("./components/tools/PaperMessagePage.vue")),
},
{
name: "rnode-flasher",
path: "/tools/rnode-flasher",
component: defineAsyncComponent(() => import("./components/tools/RNodeFlasherPage.vue")),
},
{
name: "debug-logs",
path: "/debug/logs",