refactor: migrate routes (#1294)
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
Code quality / quality (push) Has been cancelled

* refactor: migrate routes

* refactor: format findPath call for improved readability

* refactor: update findPath call to include pack parameter

* refactor: optimize route deletion logic in RoutesModule
This commit is contained in:
Marc Emmanuel 2026-01-30 18:29:44 +01:00 committed by GitHub
parent 88c70b9264
commit 454178fa99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 794 additions and 679 deletions

View file

@ -8,4 +8,5 @@ import "./river-generator";
import "./burgs-generator";
import "./biomes";
import "./cultures-generator";
import "./routes-generator";
import "./states-generator";