Index.razor 85 B

1234567
  1. @page "/"
  2. <h1>Alerts</h1>
  3. <div class="container">
  4. <AlertSelection />
  5. </div>