Amend compoments to be keyed based

This commit is contained in:
TheXamlGuy
2024-06-29 11:23:45 +01:00
parent e19a963f8e
commit f921860fbe
9 changed files with 37 additions and 40 deletions
@@ -0,0 +1,8 @@
namespace Toolkit.Foundation;
public record ComponentContentConfiguration
{
public string ContentRoot { get; set; } = "Local";
public string JsonFileName { get; set; } = "Settings.json";
}