1
0

made the container more general

This commit is contained in:
Anthony Sgueglia
2020-03-25 16:29:05 -04:00
parent 2f6b608a4b
commit 0769cea37d
2 changed files with 2 additions and 15 deletions

View File

@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'app';
title = 'Rock Paper Scissors';
}