refactor champion card
This commit is contained in:
parent
3eb73961f3
commit
5f941efa38
7 changed files with 122 additions and 92 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue