remove components folder, as not being used.

This commit is contained in:
tiago.kayaya
2021-07-28 09:29:14 +01:00
parent b11307fdb1
commit e76c41a6bb
63 changed files with 179 additions and 203 deletions
-2
View File
@@ -8,7 +8,6 @@ import { HomePageRoutingModule } from './home-routing.module';
import { HomePage } from './home.page';
/* import { IonicSelectableModule } from 'ionic-selectable'; */
import { ComponentsModule } from '../components/components.module';
@NgModule({
imports: [
@@ -16,7 +15,6 @@ import { ComponentsModule } from '../components/components.module';
FormsModule,
IonicModule,
HomePageRoutingModule,
ComponentsModule
],
declarations: [HomePage],
})