fix sharedMoudule error

This commit is contained in:
tiago.kayaya
2021-06-02 10:26:32 +01:00
parent 54aa4e96af
commit 7e3ccc9e01
49 changed files with 120 additions and 50 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ import { HomePageRoutingModule } from './home-routing.module';
import { HomePage } from './home.page';
/* import { IonicSelectableModule } from 'ionic-selectable'; */
import { SharedModule } from 'src/app/shared/shared.module';
import { ComponentsModule } from '../components/components.module';
@NgModule({
imports: [
@@ -16,7 +17,7 @@ import { SharedModule } from 'src/app/shared/shared.module';
FormsModule,
IonicModule,
HomePageRoutingModule,
SharedModule
ComponentsModule
],
declarations: [HomePage]
})