@page "/Projects"

Projects

@if (true) {

There are no projects to display.

}

Did not find the project board you are looking for?

Create new board @code { private List projects = new List(); protected override async Task OnInitializedAsync() { } private class Project { } }