diff --git a/android/app/capacitor.build.gradle b/android/app/capacitor.build.gradle index 1dc83fa..190e734 100644 --- a/android/app/capacitor.build.gradle +++ b/android/app/capacitor.build.gradle @@ -11,7 +11,6 @@ apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle" dependencies { implementation project(':capacitor-community-http') implementation project(':capacitor-app') - implementation project(':capacitor-filesystem') implementation project(':capacitor-haptics') implementation project(':capacitor-keyboard') implementation project(':capacitor-local-notifications') diff --git a/android/capacitor.settings.gradle b/android/capacitor.settings.gradle index cf2cd49..cb03040 100644 --- a/android/capacitor.settings.gradle +++ b/android/capacitor.settings.gradle @@ -8,9 +8,6 @@ project(':capacitor-community-http').projectDir = new File('../node_modules/@cap include ':capacitor-app' project(':capacitor-app').projectDir = new File('../node_modules/@capacitor/app/android') -include ':capacitor-filesystem' -project(':capacitor-filesystem').projectDir = new File('../node_modules/@capacitor/filesystem/android') - include ':capacitor-haptics' project(':capacitor-haptics').projectDir = new File('../node_modules/@capacitor/haptics/android') diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 0034a5c..bd6050e 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -30,6 +30,7 @@ const routes: Routes = [ loadChildren: () => import('./components/auth/reset/reset.module').then( m => m.ResetPageModule) } + ]; @NgModule({ diff --git a/src/app/components/home/home.page.html b/src/app/components/home/home.page.html index 9f4e36a..0860748 100644 --- a/src/app/components/home/home.page.html +++ b/src/app/components/home/home.page.html @@ -107,7 +107,7 @@