Archive commit

This commit is contained in:
Erik McClure
2019-08-28 21:15:02 -07:00
commit 735845746e
1435 changed files with 140724 additions and 0 deletions
@@ -0,0 +1,12 @@
import { Component } from '@angular/core';
import { supporterLink } from '../../../client/data';
import { GENERAL_RULES } from '../../../common/constants';
@Component({
selector: 'play-notice',
templateUrl: 'play-notice.pug',
})
export class PlayNotice {
readonly patreonLink = supporterLink;
readonly rules = GENERAL_RULES;
}