0225268 il y a 4 mois
Parent
commit
b857f49dbe
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/app/tab1/tab1.module.ts

+ 2 - 2
src/app/tab1/tab1.module.ts

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