/ src / GradeView / App.razor
App.razor
1  <CascadingAuthenticationState>
2      <Router AppAssembly="typeof(Startup).Assembly">
3          <NotFoundContent>
4              <p>Sorry, there's nothing at this address.</p>
5          </NotFoundContent>
6      </Router>
7  </CascadingAuthenticationState>