refactor: rename malago to mal

This commit is contained in:
2026-04-07 00:14:35 +02:00
parent 8970909917
commit b61070b652
23 changed files with 46 additions and 46 deletions

View File

@@ -2,7 +2,7 @@ package templates
import (
"fmt"
"malago/internal/database"
"mal/internal/database"
)
templ Watchlist(entries []database.GetUserWatchListRow, layout string, currentStatus string, sortBy string, sortOrder string) {