mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
8 lines
145 B
C#
8 lines
145 B
C#
|
namespace BTCPayServer.Components.ThemeSwitch
|
||
|
{
|
||
|
public class ThemeSwitchViewModel
|
||
|
{
|
||
|
public string CssClass { get; set; }
|
||
|
}
|
||
|
}
|