module refactor
This commit is contained in:
parent
6304971674
commit
3eb73961f3
13 changed files with 58 additions and 15 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue