[CHANGE] Accounts to Channels, update navmenu

This commit is contained in:
max
2025-09-04 08:48:06 +02:00
parent dd19fc27d9
commit f7bfee5de2
4 changed files with 8 additions and 10 deletions

View File

@@ -1,4 +0,0 @@
@page "/Accounts"
<PageTitle>Accounts</PageTitle>

View File

@@ -0,0 +1,3 @@
@page "/Channels"
<PageTitle>Channels</PageTitle>

View File

@@ -2,7 +2,6 @@ using Microsoft.AspNetCore.Components;
namespace Manager.App.Components.Pages;
public partial class Accounts : ComponentBase
public partial class Channels : ComponentBase
{
}