|
@@ -8,7 +8,7 @@ import { PlayerStatsPageRoutingModule } from './player-stats-routing.module'; |
|
|
|
|
|
|
|
|
import { PlayerStatsPage } from './player-stats.page'; |
|
|
import { PlayerStatsPage } from './player-stats.page'; |
|
|
|
|
|
|
|
|
import { PlayerDetailsComponent } from '../components/player-details/player-details.component'; |
|
|
|
|
|
|
|
|
// import { PlayerDetailsComponent } from '../components/player-details/player-details.component'; |
|
|
|
|
|
|
|
|
@NgModule({ |
|
|
@NgModule({ |
|
|
imports: [ |
|
|
imports: [ |
|
@@ -17,6 +17,6 @@ import { PlayerDetailsComponent } from '../components/player-details/player-deta |
|
|
IonicModule, |
|
|
IonicModule, |
|
|
PlayerStatsPageRoutingModule |
|
|
PlayerStatsPageRoutingModule |
|
|
], |
|
|
], |
|
|
declarations: [PlayerStatsPage, PlayerDetailsComponent] |
|
|
|
|
|
|
|
|
declarations: [PlayerStatsPage] |
|
|
}) |
|
|
}) |
|
|
export class PlayerStatsPageModule {} |
|
|
export class PlayerStatsPageModule {} |