module refactor

This commit is contained in:
Daniel Rodriguez 2021-09-20 17:24:43 +02:00
parent 6304971674
commit 3eb73961f3
13 changed files with 58 additions and 15 deletions

View file

@ -6,13 +6,11 @@ import { ReactiveFormsModule } from '@angular/forms';
import { PoolService } from 'src/modules/pool/services/pool.service';
import { LayoutComponent } from './components/layout/layout.component';
import { HomeComponent } from './components/home/home.component';
import { PoolComponent } from './components/pool/pool.component';
@NgModule({
declarations: [
LayoutComponent,
HomeComponent
PoolComponent
],
imports: [
CommonModule,