import & update selected contacts

This commit is contained in:
2024-07-26 19:12:12 -06:00
parent 0d73106d0e
commit 4472c3fbdd
3 changed files with 240 additions and 11 deletions

View File

@@ -63,6 +63,11 @@ const routes: Array<RouteRecordRaw> = [
name: "contact-gift",
component: () => import("../views/ContactGiftingView.vue"),
},
{
path: "/contact-import",
name: "contact-import",
component: () => import("../views/ContactImportView.vue"),
},
{
path: "/contact-qr",
name: "contact-qr",