forked from jsnbuchanan/crowd-funder-for-time-pwa
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user