RBLNews/RBLNews.Shared/Components/Controls/SwitchWithBadge.razor.cs

7 lines
146 B
C#

using Microsoft.AspNetCore.Components;
namespace RBLNews.Shared.Components.Controls;
public partial class SwitchWithBadge : ComponentBase
{
}