[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

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