forked from jsnbuchanan/crowd-funder-for-time-pwa
import & update selected contacts
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user