Improve sidebar nav

This commit is contained in:
TheXamlGuy
2024-06-23 17:25:59 +01:00
parent 574a9d0983
commit 590bc61d70
6 changed files with 45 additions and 17 deletions
@@ -0,0 +1,8 @@
namespace Toolkit.Foundation;
public record ContentRootConfiguration
{
public string ContentRoot { get; set; } = "Local";
public string JsonFileName { get; set; } = "Settings.json";
}