refactor(split): rename DeepDrftWeb -> DeepDrftPublic and DeepDrftWeb.Client -> DeepDrftPublic.Client (Phase 4)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace DeepDrftPublic.Client.Services;
|
||||
|
||||
public abstract class DarkModeServiceBase
|
||||
{
|
||||
protected const string COOKIE_NAME = "darkMode";
|
||||
}
|
||||
Reference in New Issue
Block a user