fix: update component and import paths

Changes:
- Update font-awesome component closing tag to match naming
- Change @capacitor/app import to use local wrapper
- Fix component self-closing tags in ContactScanView.vue

This improves consistency in component usage and centralizes
capacitor imports through our wrapper layer.
This commit is contained in:
Matthew Raymer
2025-02-25 09:58:31 +00:00
parent 73637d80dc
commit 52150dd6eb
6 changed files with 18 additions and 9 deletions

View File

@@ -45,7 +45,7 @@
*/
import { initializeApp } from "./main.common";
import { App } from "@capacitor/app";
import { App } from "./lib/capacitor/app";
import router from "./router";
import { handleApiError } from "./services/api";
import { AxiosError } from "axios";