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,11 @@
namespace Core.Services.Mod.DynamicRouter;
public class DynamicRouterModService
{
public void RegisterDynamicRouter(string name, List<object> routes, string topLevelRoute)
{
throw new NotImplementedException();
}
}