feat: add contacts DB & page

This commit is contained in:
2023-03-12 18:30:18 -06:00
parent 701f71e942
commit 4fdfe2f824
9 changed files with 156 additions and 13 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",