Improve ComponentBuilder

This commit is contained in:
TheXamlGuy
2024-09-29 20:55:37 +01:00
parent e321da7035
commit 9f00bac1dd
3 changed files with 12 additions and 16 deletions
@@ -2,7 +2,7 @@
public record ComponentContentConfiguration
{
public string ContentRoot { get; set; } = "Local";
// public string ContentRoot { get; set; } = "Local";
public string JsonFileName { get; set; } = "Settings.json";
public string JsonFileName { get; set; } = "Settings2.json";
}