Refactor project into smaller chunks

This commit is contained in:
Alex
2025-01-19 17:45:48 +00:00
parent 0da8875946
commit b5240a615e
719 changed files with 376 additions and 325 deletions
@@ -0,0 +1,9 @@
namespace Core.Services.Mod.DynamicRouter;
public class DynamicRouterMod
{
public string GetTopLevelRoute()
{
throw new NotImplementedException();
}
}