mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
tslint changes
This commit is contained in:
@@ -3,10 +3,10 @@ import { supporterLink } from '../../../client/data';
|
||||
import { GENERAL_RULES } from '../../../common/constants';
|
||||
|
||||
@Component({
|
||||
selector: 'play-notice',
|
||||
templateUrl: 'play-notice.pug',
|
||||
selector: 'play-notice',
|
||||
templateUrl: 'play-notice.pug',
|
||||
})
|
||||
export class PlayNotice {
|
||||
readonly patreonLink = supporterLink;
|
||||
readonly rules = GENERAL_RULES;
|
||||
readonly patreonLink = supporterLink;
|
||||
readonly rules = GENERAL_RULES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user