This commit is contained in:
tiago.kayaya
2021-07-06 13:21:51 +01:00
parent 74e8b3d0aa
commit 48b5d94fb7
9 changed files with 159 additions and 79 deletions
+1 -2
View File
@@ -8,7 +8,6 @@ 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({
@@ -19,6 +18,6 @@ import { ComponentsModule } from '../components/components.module';
HomePageRoutingModule,
ComponentsModule
],
declarations: [HomePage]
declarations: [HomePage],
})
export class HomePageModule {}