feat(reading): clean and refactor routing for books -> reading to separate paths

This commit is contained in:
Cory Dransfeldt 2025-05-16 13:03:55 -07:00
parent 8d9455940e
commit d1d107ce36
No known key found for this signature in database
21 changed files with 42 additions and 88 deletions

View file

@ -2,6 +2,7 @@
require_once "icons.php";
require_once "media.php";
require_once "paginator.php";
require_once "routing.php";
require_once "strings.php";
require_once "tags.php";
?>