|
@@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
|
|
|
import { CommonModule } from '@angular/common';
|
|
|
import { FormsModule } from '@angular/forms';
|
|
|
import { Tab3Page } from './tab3.page';
|
|
|
-import { ExploreContainerComponentModule } from '../explore-container/explore-container.module';
|
|
|
+//import { ExploreContainerComponentModule } from '../explore-container/explore-container.module';
|
|
|
|
|
|
import { Tab3PageRoutingModule } from './tab3-routing.module';
|
|
|
|
|
@@ -12,7 +12,7 @@ import { Tab3PageRoutingModule } from './tab3-routing.module';
|
|
|
IonicModule,
|
|
|
CommonModule,
|
|
|
FormsModule,
|
|
|
- ExploreContainerComponentModule,
|
|
|
+ //ExploreContainerComponentModule,
|
|
|
Tab3PageRoutingModule
|
|
|
],
|
|
|
declarations: [Tab3Page]
|