Merge branch 'master' into db-set-and-bak

This commit is contained in:
2023-03-19 11:30:00 -06:00
11 changed files with 496 additions and 16 deletions

View File

@@ -43,6 +43,12 @@ const routes: Array<RouteRecordRaw> = [
/* webpackChunkName: "confirm-contact" */ "../views/ConfirmContactView.vue"
),
},
{
path: "/contacts",
name: "contacts",
component: () =>
import(/* webpackChunkName: "contacts" */ "../views/ContactsView.vue"),
},
{
path: "/scan-contact",
name: "scan-contact",