added ranking
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import {Component} from '@angular/core';
|
||||
import {IonicModule} from "@ionic/angular";
|
||||
|
||||
@Component({
|
||||
selector: 'app-ranking',
|
||||
templateUrl: './ranking.component.html',
|
||||
styleUrls: ['./ranking.component.scss'],
|
||||
imports: []
|
||||
imports: [
|
||||
IonicModule
|
||||
]
|
||||
})
|
||||
export class RankingComponent {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user