working on board view

This commit is contained in:
Ryan Peters
2023-04-07 15:06:22 -04:00
parent e34678efc5
commit b6f427d629
3 changed files with 24 additions and 0 deletions

6
Models/BoardViewModel.cs Normal file
View File

@ -0,0 +1,6 @@
namespace Sequence.Models;
public class BoardViewModel
{
}