use new contants in .NET MAUI

This commit is contained in:
sbwalker
2024-02-01 09:47:46 -05:00
parent 1e332ed075
commit 156d39490e
2 changed files with 4 additions and 2 deletions

View File

@ -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
}
}