cleanup codeigniter code

This commit is contained in:
root
2026-06-04 02:55:19 -04:00
parent 4dde38004f
commit 1af02dadd3
31 changed files with 824 additions and 756 deletions
-1
View File
@@ -1,4 +1,3 @@
/** Map legacy CodeIgniter-style paths (as stored on roles / nav items) to this SPA. */
export function spaPathFromCiUrl(url: string | null | undefined): string | null {
if (url == null) return null