use new contants in .NET MAUI
This commit is contained in:
@ -3,5 +3,6 @@ namespace Oqtane.Shared {
|
||||
public const string Static = "Static";
|
||||
public const string Interactive = "Interactive";
|
||||
public const string Headless = "Headless";
|
||||
public const string Hybrid = "Hybrid"; // used at runtime by .NET MAUI clients
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user