Basic game stub

This commit is contained in:
Anthony Mineo 2020-04-10 16:32:05 -04:00
parent 5394982541
commit a57800e3a4
5 changed files with 84 additions and 54 deletions

View file

@ -7,6 +7,7 @@ const FrameHeading = (props) => {
<h1 className="text-lg leading-6 font-semibold text-gray-900">
{props.heading}
</h1>
{ props.gametype ? props.gametype : ''}
</div>
</header>
);