refactor champion card

This commit is contained in:
Daniel Rodriguez 2021-09-20 17:51:12 +02:00
parent 3eb73961f3
commit 5f941efa38
7 changed files with 122 additions and 92 deletions

View file

@ -7,10 +7,12 @@ import { ReactiveFormsModule } from '@angular/forms';
import { PoolService } from 'src/modules/pool/services/pool.service';
import { PoolComponent } from './components/pool/pool.component';
import { CardComponent } from './components/card/card.component';
@NgModule({
declarations: [
PoolComponent
PoolComponent,
CardComponent
],
imports: [
CommonModule,