@using Contracts.Types; @code { protected override void OnInitialized() { base.OnInitialized(); Console.WriteLine("Empty Game Board."); } }